Html Css Color HEX #F0912A Carrot Orange

📋 copy color: '#F0912A'

red 240 ◦ green 145 ◦ blue 42

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

Shades of Carrot Orange #F0912A

Tints of Carrot Orange #F0912A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

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

R = 56.21%
G = 33.96%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0912A (or 0xF0912A) is known color: Carrot Orange. HEX triplet: F0, 91 and 2A. RGB value is (240,145,42). Sum of RGB (Red+Green+Blue) = 240+145+42=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0912A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0912A is #0F6ED5. Grayscale: #A2A2A2. Windows color (decimal): -1011414 or 2789872. OLE color: 2789872.

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

Color convert

RGB 240 145 42 -
CMYK 0 0.40 0.82 0.06
HSL 31.21º 0.87% 0.55% -
HSV(B) 31.21º 0.83% 0.94% -
XYZ 46.48 38.94 7.26 -
YUV 161.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 240 145 42 0 0.40 0.82 0.06 31.21 0.87 0.55
Hex F0 91 2A 0 28 52 6 1F 57 37
Octal 360 221 52 0 50 122 6 37 127 67
Binary 11110000 10010001 101010 0 101000 1010010 110 11111 1010111 110111

Color Harmonies of #F0912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0912A

Black with #F0912A

Text Example


Text Example

White with #F0912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0912A; }

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

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

background-color css

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

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

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

border-color css

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

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

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