Html Css Color HEX #F0841B Carrot Orange

📋 copy color: '#F0841B'

red 240 ◦ green 132 ◦ blue 27

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

Shades of Carrot Orange #F0841B

Tints of Carrot Orange #F0841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 60.15%
G = 33.08%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0841B (or 0xF0841B) is known color: Carrot Orange. HEX triplet: F0, 84 and 1B. RGB value is (240,132,27). Sum of RGB (Red+Green+Blue) = 240+132+27=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0841B is #0F7BE4. Grayscale: #989898. Windows color (decimal): -1014757 or 1803504. OLE color: 1803504.

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

Color convert

RGB 240 132 27 -
CMYK 0 0.45 0.89 0.06
HSL 29.58º 0.88% 0.52% -
HSV(B) 29.58º 0.89% 0.94% -
XYZ 44.38 35.11 5.47 -
YUV 152.32 57.28 190.54 -
System Red Green Blue C M Y K H S L
Decimal 240 132 27 0 0.45 0.89 0.06 29.58 0.88 0.52
Hex F0 84 1B 0 2D 59 6 1E 58 34
Octal 360 204 33 0 55 131 6 36 130 64
Binary 11110000 10000100 11011 0 101101 1011001 110 11110 1011000 110100

Color Harmonies of #F0841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0841B

Black with #F0841B

Text Example


Text Example

White with #F0841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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