Html Css Color HEX #FA971C Carrot Orange

📋 copy color: '#FA971C'

red 250 ◦ green 151 ◦ blue 28

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

Shades of Carrot Orange #FA971C

Tints of Carrot Orange #FA971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 58.28%
G = 35.2%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA971C (or 0xFA971C) is known color: Carrot Orange. HEX triplet: FA, 97 and 1C. RGB value is (250,151,28). Sum of RGB (Red+Green+Blue) = 250+151+28=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA971C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA971C is #0568E3. Grayscale: #A7A7A7. Windows color (decimal): -354532 or 1873914. OLE color: 1873914.

HSL color Cylindrical-coordinate representation of color #FA971C: hue angle of 33.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA971C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 151 28 -
CMYK 0 0.40 0.89 0.02
HSL 33.24º 0.96% 0.55% -
HSV(B) 33.24º 0.89% 0.98% -
XYZ 50.7 42.54 6.64 -
YUV 166.58 49.8 187.5 -
System Red Green Blue C M Y K H S L
Decimal 250 151 28 0 0.40 0.89 0.02 33.24 0.96 0.55
Hex FA 97 1C 0 28 59 2 21 60 37
Octal 372 227 34 0 50 131 2 41 140 67
Binary 11111010 10010111 11100 0 101000 1011001 10 100001 1100000 110111

Color Harmonies of #FA971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA971C

Black with #FA971C

Text Example


Text Example

White with #FA971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA971C; }

 p { color: rgb(250,151,28); }

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

background-color css

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

 a { background-color: rgb(250,151,28); }

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

border-color css

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

 span { border-color: rgb(250,151,28); }

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