Html Css Color HEX #F0801B Carrot Orange

📋 copy color: '#F0801B'

red 240 ◦ green 128 ◦ blue 27

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

Shades of Carrot Orange #F0801B

Tints of Carrot Orange #F0801B

RGB

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

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

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

R = 60.76%
G = 32.41%
B = 6.84%

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

#F0801B (or 0xF0801B) is known color: Carrot Orange. HEX triplet: F0, 80 and 1B. RGB value is (240,128,27). Sum of RGB (Red+Green+Blue) = 240+128+27=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0801B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0801B is #0F7FE4. Grayscale: #969696. Windows color (decimal): -1015781 or 1802480. OLE color: 1802480.

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

Color convert

RGB 240 128 27 -
CMYK 0 0.47 0.89 0.06
HSL 28.45º 0.88% 0.52% -
HSV(B) 28.45º 0.89% 0.94% -
XYZ 43.85 34.04 5.3 -
YUV 149.97 58.61 192.21 -
System Red Green Blue C M Y K H S L
Decimal 240 128 27 0 0.47 0.89 0.06 28.45 0.88 0.52
Hex F0 80 1B 0 2F 59 6 1C 58 34
Octal 360 200 33 0 57 131 6 34 130 64
Binary 11110000 10000000 11011 0 101111 1011001 110 11100 1011000 110100

Color Harmonies of #F0801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0801B

Black with #F0801B

Text Example


Text Example

White with #F0801B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0801B; }

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

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

background-color css

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

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

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

border-color css

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

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

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