Html Css Color HEX #F08B2A Carrot Orange

📋 copy color: '#F08B2A'

red 240 ◦ green 139 ◦ blue 42

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

Shades of Carrot Orange #F08B2A

Tints of Carrot Orange #F08B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

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

R = 57.01%
G = 33.02%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F08B2A (or 0xF08B2A) is known color: Carrot Orange. HEX triplet: F0, 8B and 2A. RGB value is (240,139,42). Sum of RGB (Red+Green+Blue) = 240+139+42=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08B2A is #0F74D5. Grayscale: #9E9E9E. Windows color (decimal): -1012950 or 2788336. OLE color: 2788336.

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

Color convert

RGB 240 139 42 -
CMYK 0 0.42 0.82 0.06
HSL 29.39º 0.87% 0.55% -
HSV(B) 29.39º 0.83% 0.94% -
XYZ 45.59 37.16 6.96 -
YUV 158.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 240 139 42 0 0.42 0.82 0.06 29.39 0.87 0.55
Hex F0 8B 2A 0 2A 52 6 1D 57 37
Octal 360 213 52 0 52 122 6 35 127 67
Binary 11110000 10001011 101010 0 101010 1010010 110 11101 1010111 110111

Color Harmonies of #F08B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B2A

Black with #F08B2A

Text Example


Text Example

White with #F08B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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