Html Css Color HEX #F0971C Carrot Orange

📋 copy color: '#F0971C'

red 240 ◦ green 151 ◦ blue 28

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

Shades of Carrot Orange #F0971C

Tints of Carrot Orange #F0971C

RGB

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

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

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

R = 57.28%
G = 36.04%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0971C (or 0xF0971C) is known color: Carrot Orange. HEX triplet: F0, 97 and 1C. RGB value is (240,151,28). Sum of RGB (Red+Green+Blue) = 240+151+28=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0971C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0971C is #0F68E3. Grayscale: #A4A4A4. Windows color (decimal): -1009892 or 1873904. OLE color: 1873904.

HSL color Cylindrical-coordinate representation of color #F0971C: hue angle of 34.81º 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 #F0971C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 28 -
CMYK 0 0.37 0.88 0.06
HSL 34.81º 0.88% 0.53% -
HSV(B) 34.81º 0.88% 0.94% -
XYZ 47.21 40.74 6.47 -
YUV 163.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 240 151 28 0 0.37 0.88 0.06 34.81 0.88 0.53
Hex F0 97 1C 0 25 58 6 23 58 35
Octal 360 227 34 0 45 130 6 43 130 65
Binary 11110000 10010111 11100 0 100101 1011000 110 100011 1011000 110101

Color Harmonies of #F0971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0971C

Black with #F0971C

Text Example


Text Example

White with #F0971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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