Html Css Color HEX #F08C1D Carrot Orange

📋 copy color: '#F08C1D'

red 240 ◦ green 140 ◦ blue 29

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

Shades of Carrot Orange #F08C1D

Tints of Carrot Orange #F08C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 58.68%
G = 34.23%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F08C1D (or 0xF08C1D) is known color: Carrot Orange. HEX triplet: F0, 8C and 1D. RGB value is (240,140,29). Sum of RGB (Red+Green+Blue) = 240+140+29=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C1D is #0F73E2. Grayscale: #9D9D9D. Windows color (decimal): -1012707 or 1936624. OLE color: 1936624.

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

Color convert

RGB 240 140 29 -
CMYK 0 0.42 0.88 0.06
HSL 31.56º 0.88% 0.53% -
HSV(B) 31.56º 0.88% 0.94% -
XYZ 45.54 37.37 5.98 -
YUV 157.25 55.63 187.03 -
System Red Green Blue C M Y K H S L
Decimal 240 140 29 0 0.42 0.88 0.06 31.56 0.88 0.53
Hex F0 8C 1D 0 2A 58 6 20 58 35
Octal 360 214 35 0 52 130 6 40 130 65
Binary 11110000 10001100 11101 0 101010 1011000 110 100000 1011000 110101

Color Harmonies of #F08C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C1D

Black with #F08C1D

Text Example


Text Example

White with #F08C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C1D; }

 p { color: rgb(240,140,29); }

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

background-color css

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

 a { background-color: rgb(240,140,29); }

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

border-color css

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

 span { border-color: rgb(240,140,29); }

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