Html Css Color HEX #F08D1B Carrot Orange

📋 copy color: '#F08D1B'

red 240 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #F08D1B

Tints of Carrot Orange #F08D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.62%

R = 58.82%
G = 34.56%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F08D1B (or 0xF08D1B) is known color: Carrot Orange. HEX triplet: F0, 8D and 1B. RGB value is (240,141,27). Sum of RGB (Red+Green+Blue) = 240+141+27=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D1B is #0F72E4. Grayscale: #9E9E9E. Windows color (decimal): -1012453 or 1805808. OLE color: 1805808.

HSL color Cylindrical-coordinate representation of color #F08D1B: hue angle of 32.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F08D1B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 141 27 -
CMYK 0 0.41 0.89 0.06
HSL 32.11º 0.88% 0.52% -
HSV(B) 32.11º 0.89% 0.94% -
XYZ 45.66 37.65 5.9 -
YUV 157.61 54.3 186.77 -
System Red Green Blue C M Y K H S L
Decimal 240 141 27 0 0.41 0.89 0.06 32.11 0.88 0.52
Hex F0 8D 1B 0 29 59 6 20 58 34
Octal 360 215 33 0 51 131 6 40 130 64
Binary 11110000 10001101 11011 0 101001 1011001 110 100000 1011000 110100

Color Harmonies of #F08D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D1B

Black with #F08D1B

Text Example


Text Example

White with #F08D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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