Html Css Color HEX #F0972A Carrot Orange

📋 copy color: '#F0972A'

red 240 ◦ green 151 ◦ blue 42

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

Shades of Carrot Orange #F0972A

Tints of Carrot Orange #F0972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 55.43%
G = 34.87%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0972A (or 0xF0972A) is known color: Carrot Orange. HEX triplet: F0, 97 and 2A. RGB value is (240,151,42). Sum of RGB (Red+Green+Blue) = 240+151+42=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0972A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0972A is #0F68D5. Grayscale: #A5A5A5. Windows color (decimal): -1009878 or 2791408. OLE color: 2791408.

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

Color convert

RGB 240 151 42 -
CMYK 0 0.37 0.82 0.06
HSL 33.03º 0.87% 0.55% -
HSV(B) 33.03º 0.83% 0.94% -
XYZ 47.42 40.83 7.57 -
YUV 165.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 240 151 42 0 0.37 0.82 0.06 33.03 0.87 0.55
Hex F0 97 2A 0 25 52 6 21 57 37
Octal 360 227 52 0 45 122 6 41 127 67
Binary 11110000 10010111 101010 0 100101 1010010 110 100001 1010111 110111

Color Harmonies of #F0972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0972A

Black with #F0972A

Text Example


Text Example

White with #F0972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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