Html Css Color HEX #F0841A Carrot Orange

📋 copy color: '#F0841A'

red 240 ◦ green 132 ◦ blue 26

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

Shades of Carrot Orange #F0841A

Tints of Carrot Orange #F0841A

RGB

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

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

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

R = 60.3%
G = 33.17%
B = 6.53%

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

#F0841A (or 0xF0841A) is known color: Carrot Orange. HEX triplet: F0, 84 and 1A. RGB value is (240,132,26). Sum of RGB (Red+Green+Blue) = 240+132+26=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0841A is #0F7BE5. Grayscale: #989898. Windows color (decimal): -1014758 or 1737968. OLE color: 1737968.

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

Color convert

RGB 240 132 26 -
CMYK 0 0.45 0.89 0.06
HSL 29.72º 0.88% 0.52% -
HSV(B) 29.72º 0.89% 0.94% -
XYZ 44.37 35.1 5.41 -
YUV 152.21 56.78 190.62 -
System Red Green Blue C M Y K H S L
Decimal 240 132 26 0 0.45 0.89 0.06 29.72 0.88 0.52
Hex F0 84 1A 0 2D 59 6 1E 58 34
Octal 360 204 32 0 55 131 6 36 130 64
Binary 11110000 10000100 11010 0 101101 1011001 110 11110 1011000 110100

Color Harmonies of #F0841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0841A

Black with #F0841A

Text Example


Text Example

White with #F0841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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