Html Css Color HEX #F08E2A Carrot Orange

📋 copy color: '#F08E2A'

red 240 ◦ green 142 ◦ blue 42

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

Shades of Carrot Orange #F08E2A

Tints of Carrot Orange #F08E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

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

R = 56.6%
G = 33.49%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F08E2A (or 0xF08E2A) is known color: Carrot Orange. HEX triplet: F0, 8E and 2A. RGB value is (240,142,42). Sum of RGB (Red+Green+Blue) = 240+142+42=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08E2A is #0F71D5. Grayscale: #A0A0A0. Windows color (decimal): -1012182 or 2789104. OLE color: 2789104.

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

Color convert

RGB 240 142 42 -
CMYK 0 0.41 0.82 0.06
HSL 30.3º 0.87% 0.55% -
HSV(B) 30.3º 0.83% 0.94% -
XYZ 46.03 38.04 7.11 -
YUV 159.9 61.47 185.13 -
System Red Green Blue C M Y K H S L
Decimal 240 142 42 0 0.41 0.82 0.06 30.3 0.87 0.55
Hex F0 8E 2A 0 29 52 6 1E 57 37
Octal 360 216 52 0 51 122 6 36 127 67
Binary 11110000 10001110 101010 0 101001 1010010 110 11110 1010111 110111

Color Harmonies of #F08E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E2A

Black with #F08E2A

Text Example


Text Example

White with #F08E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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