Html Css Color HEX #FA981C Carrot Orange

📋 copy color: '#FA981C'

red 250 ◦ green 152 ◦ blue 28

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

Shades of Carrot Orange #FA981C

Tints of Carrot Orange #FA981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.35%

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

R = 58.14%
G = 35.35%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA981C (or 0xFA981C) is known color: Carrot Orange. HEX triplet: FA, 98 and 1C. RGB value is (250,152,28). Sum of RGB (Red+Green+Blue) = 250+152+28=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA981C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA981C is #0567E3. Grayscale: #A7A7A7. Windows color (decimal): -354276 or 1874170. OLE color: 1874170.

HSL color Cylindrical-coordinate representation of color #FA981C: hue angle of 33.51º 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 #FA981C is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 152 28 -
CMYK 0 0.39 0.89 0.02
HSL 33.51º 0.96% 0.55% -
HSV(B) 33.51º 0.89% 0.98% -
XYZ 50.86 42.86 6.69 -
YUV 167.17 49.47 187.08 -
System Red Green Blue C M Y K H S L
Decimal 250 152 28 0 0.39 0.89 0.02 33.51 0.96 0.55
Hex FA 98 1C 0 27 59 2 22 60 37
Octal 372 230 34 0 47 131 2 42 140 67
Binary 11111010 10011000 11100 0 100111 1011001 10 100010 1100000 110111

Color Harmonies of #FA981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA981C

Black with #FA981C

Text Example


Text Example

White with #FA981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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