Html Css Color HEX #F2811D Carrot Orange

📋 copy color: '#F2811D'

red 242 ◦ green 129 ◦ blue 29

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

Shades of Carrot Orange #F2811D

Tints of Carrot Orange #F2811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 60.5%
G = 32.25%
B = 7.25%

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

#F2811D (or 0xF2811D) is known color: Carrot Orange. HEX triplet: F2, 81 and 1D. RGB value is (242,129,29). Sum of RGB (Red+Green+Blue) = 242+129+29=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2811D is #0D7EE2. Grayscale: #979797. Windows color (decimal): -884451 or 1933810. OLE color: 1933810.

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

Color convert

RGB 242 129 29 -
CMYK 0 0.47 0.88 0.05
HSL 28.17º 0.89% 0.53% -
HSV(B) 28.17º 0.88% 0.95% -
XYZ 44.69 34.67 5.5 -
YUV 151.39 58.94 192.63 -
System Red Green Blue C M Y K H S L
Decimal 242 129 29 0 0.47 0.88 0.05 28.17 0.89 0.53
Hex F2 81 1D 0 2F 58 5 1C 59 35
Octal 362 201 35 0 57 130 5 34 131 65
Binary 11110010 10000001 11101 0 101111 1011000 101 11100 1011001 110101

Color Harmonies of #F2811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2811D

Black with #F2811D

Text Example


Text Example

White with #F2811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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