Html Css Color HEX #F0801A Carrot Orange

📋 copy color: '#F0801A'

red 240 ◦ green 128 ◦ blue 26

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

Shades of Carrot Orange #F0801A

Tints of Carrot Orange #F0801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

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

R = 60.91%
G = 32.49%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0801A (or 0xF0801A) is known color: Carrot Orange. HEX triplet: F0, 80 and 1A. RGB value is (240,128,26). Sum of RGB (Red+Green+Blue) = 240+128+26=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F0801A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0801A is #0F7FE5. Grayscale: #969696. Windows color (decimal): -1015782 or 1736944. OLE color: 1736944.

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

Color convert

RGB 240 128 26 -
CMYK 0 0.47 0.89 0.06
HSL 28.6º 0.88% 0.52% -
HSV(B) 28.6º 0.89% 0.94% -
XYZ 43.84 34.04 5.24 -
YUV 149.86 58.11 192.29 -
System Red Green Blue C M Y K H S L
Decimal 240 128 26 0 0.47 0.89 0.06 28.6 0.88 0.52
Hex F0 80 1A 0 2F 59 6 1D 58 34
Octal 360 200 32 0 57 131 6 35 130 64
Binary 11110000 10000000 11010 0 101111 1011001 110 11101 1011000 110100

Color Harmonies of #F0801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0801A

Black with #F0801A

Text Example


Text Example

White with #F0801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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