Html Css Color HEX #F08D2B Carrot Orange

📋 copy color: '#F08D2B'

red 240 ◦ green 141 ◦ blue 43

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

Shades of Carrot Orange #F08D2B

Tints of Carrot Orange #F08D2B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 56.6%
G = 33.25%
B = 10.14%

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

#F08D2B (or 0xF08D2B) is known color: Carrot Orange. HEX triplet: F0, 8D and 2B. RGB value is (240,141,43). Sum of RGB (Red+Green+Blue) = 240+141+43=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D2B is #0F72D4. Grayscale: #9F9F9F. Windows color (decimal): -1012437 or 2854384. OLE color: 2854384.

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

Color convert

RGB 240 141 43 -
CMYK 0 0.41 0.82 0.06
HSL 29.85º 0.87% 0.55% -
HSV(B) 29.85º 0.82% 0.94% -
XYZ 45.9 37.75 7.15 -
YUV 159.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 240 141 43 0 0.41 0.82 0.06 29.85 0.87 0.55
Hex F0 8D 2B 0 29 52 6 1E 57 37
Octal 360 215 53 0 51 122 6 36 127 67
Binary 11110000 10001101 101011 0 101001 1010010 110 11110 1010111 110111

Color Harmonies of #F08D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D2B

Black with #F08D2B

Text Example


Text Example

White with #F08D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D2B; }

 p { color: rgb(240,141,43); }

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

background-color css

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

 a { background-color: rgb(240,141,43); }

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

border-color css

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

 span { border-color: rgb(240,141,43); }

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