Html Css Color HEX #F0A31E Carrot Orange

📋 copy color: '#F0A31E'

red 240 ◦ green 163 ◦ blue 30

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

Shades of Carrot Orange #F0A31E

Tints of Carrot Orange #F0A31E

RGB

 RED value IS 240 (94.14% from 255) = 55.43%

 GREEN value IS 163 (64.06% from 255) = 37.64%

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 55.43%
G = 37.64%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0A31E (or 0xF0A31E) is known color: Carrot Orange. HEX triplet: F0, A3 and 1E. RGB value is (240,163,30). Sum of RGB (Red+Green+Blue) = 240+163+30=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A31E is #0F5CE1. Grayscale: #ABABAB. Windows color (decimal): -1006818 or 2008048. OLE color: 2008048.

HSL color Cylindrical-coordinate representation of color #F0A31E: hue angle of 38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0A31E is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 30 -
CMYK 0 0.32 0.87 0.06
HSL 38º 0.88% 0.53% -
HSV(B) 38º 0.88% 0.94% -
XYZ 49.27 44.81 7.28 -
YUV 170.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 240 163 30 0 0.32 0.87 0.06 38 0.88 0.53
Hex F0 A3 1E 0 20 57 6 26 58 35
Octal 360 243 36 0 40 127 6 46 130 65
Binary 11110000 10100011 11110 0 100000 1010111 110 100110 1011000 110101

Color Harmonies of #F0A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A31E

Black with #F0A31E

Text Example


Text Example

White with #F0A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A31E; }

 p { color: rgb(240,163,30); }

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

background-color css

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

 a { background-color: rgb(240,163,30); }

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

border-color css

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

 span { border-color: rgb(240,163,30); }

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