Html Css Color HEX #FA8A28 Carrot Orange

📋 copy color: '#FA8A28'

red 250 ◦ green 138 ◦ blue 40

#FA8A28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #FA8A28

Tints of Carrot Orange #FA8A28

RGB

 RED value IS 250 (98.05% from 255) = 58.41%

 GREEN value IS 138 (54.3% from 255) = 32.24%

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 58.41%
G = 32.24%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA8A28 (or 0xFA8A28) is known color: Carrot Orange. HEX triplet: FA, 8A and 28. RGB value is (250,138,40). Sum of RGB (Red+Green+Blue) = 250+138+40=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A28 is #0575D7. Grayscale: #A0A0A0. Windows color (decimal): -357848 or 2657018. OLE color: 2657018.

HSL color Cylindrical-coordinate representation of color #FA8A28: hue angle of 28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8A28 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 138 40 -
CMYK 0 0.45 0.84 0.02
HSL 28º 0.95% 0.57% -
HSV(B) 28º 0.84% 0.98% -
XYZ 48.9 38.65 6.89 -
YUV 160.32 60.11 191.97 -
System Red Green Blue C M Y K H S L
Decimal 250 138 40 0 0.45 0.84 0.02 28 0.95 0.57
Hex FA 8A 28 0 2D 54 2 1C 5F 39
Octal 372 212 50 0 55 124 2 34 137 71
Binary 11111010 10001010 101000 0 101101 1010100 10 11100 1011111 111001

Color Harmonies of #FA8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A28

Black with #FA8A28

Text Example


Text Example

White with #FA8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A28; }

 p { color: rgb(250,138,40); }

 H1.HeaderClassName
 {
   color: #FA8A28;
 }
 .AnyTagClassName
 {
   color: #FA8A28;
 }
</style>

background-color css

<style>
 a { background-color: #FA8A28; }

 a { background-color: rgb(250,138,40); }

 div.DivClassName
 {
   background-color: #FA8A28;
 }
 .BgClassName
 {
   background-color: #FA8A28;
 }
</style>

border-color css

<style>
 span { border-color: #FA8A28; }

 span { border-color: rgb(250,138,40); }

 td.TdClassName
 {
   border-color: #FA8A28;
 }
 .TagClassName
 {
   border-color: #FA8A28;
 }
</style>