Html Css Color HEX #F08D1A Carrot Orange

📋 copy color: '#F08D1A'

red 240 ◦ green 141 ◦ blue 26

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

Shades of Carrot Orange #F08D1A

Tints of Carrot Orange #F08D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 58.97%
G = 34.64%
B = 6.39%

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

#F08D1A (or 0xF08D1A) is known color: Carrot Orange. HEX triplet: F0, 8D and 1A. RGB value is (240,141,26). Sum of RGB (Red+Green+Blue) = 240+141+26=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D1A is #0F72E5. Grayscale: #9E9E9E. Windows color (decimal): -1012454 or 1740272. OLE color: 1740272.

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

Color convert

RGB 240 141 26 -
CMYK 0 0.41 0.89 0.06
HSL 32.24º 0.88% 0.52% -
HSV(B) 32.24º 0.89% 0.94% -
XYZ 45.65 37.65 5.84 -
YUV 157.49 53.8 186.85 -
System Red Green Blue C M Y K H S L
Decimal 240 141 26 0 0.41 0.89 0.06 32.24 0.88 0.52
Hex F0 8D 1A 0 29 59 6 20 58 34
Octal 360 215 32 0 51 131 6 40 130 64
Binary 11110000 10001101 11010 0 101001 1011001 110 100000 1011000 110100

Color Harmonies of #F08D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D1A

Black with #F08D1A

Text Example


Text Example

White with #F08D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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