Html Css Color HEX #F2811C Carrot Orange

📋 copy color: '#F2811C'

red 242 ◦ green 129 ◦ blue 28

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

Shades of Carrot Orange #F2811C

Tints of Carrot Orange #F2811C

RGB

 RED value IS 242 (94.92% from 255) = 60.65%

 GREEN value IS 129 (50.78% from 255) = 32.33%

 BLUE value IS 28 (11.33% from 255) = 7.02%

R = 60.65%
G = 32.33%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2811C (or 0xF2811C) is known color: Carrot Orange. HEX triplet: F2, 81 and 1C. RGB value is (242,129,28). Sum of RGB (Red+Green+Blue) = 242+129+28=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2811C is #0D7EE3. Grayscale: #979797. Windows color (decimal): -884452 or 1868274. OLE color: 1868274.

HSL color Cylindrical-coordinate representation of color #F2811C: hue angle of 28.32º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2811C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 129 28 -
CMYK 0 0.47 0.88 0.05
HSL 28.32º 0.89% 0.53% -
HSV(B) 28.32º 0.88% 0.95% -
XYZ 44.68 34.66 5.43 -
YUV 151.27 58.44 192.71 -
System Red Green Blue C M Y K H S L
Decimal 242 129 28 0 0.47 0.88 0.05 28.32 0.89 0.53
Hex F2 81 1C 0 2F 58 5 1C 59 35
Octal 362 201 34 0 57 130 5 34 131 65
Binary 11110010 10000001 11100 0 101111 1011000 101 11100 1011001 110101

Color Harmonies of #F2811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2811C

Black with #F2811C

Text Example


Text Example

White with #F2811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2811C; }

 p { color: rgb(242,129,28); }

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

background-color css

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

 a { background-color: rgb(242,129,28); }

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

border-color css

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

 span { border-color: rgb(242,129,28); }

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