Html Css Color HEX #F2811B Carrot Orange

📋 copy color: '#F2811B'

red 242 ◦ green 129 ◦ blue 27

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

Shades of Carrot Orange #F2811B

Tints of Carrot Orange #F2811B

RGB

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

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

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

R = 60.8%
G = 32.41%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2811B (or 0xF2811B) is known color: Carrot Orange. HEX triplet: F2, 81 and 1B. RGB value is (242,129,27). Sum of RGB (Red+Green+Blue) = 242+129+27=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2811B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2811B is #0D7EE4. Grayscale: #979797. Windows color (decimal): -884453 or 1802738. OLE color: 1802738.

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

Color convert

RGB 242 129 27 -
CMYK 0 0.47 0.89 0.05
HSL 28.47º 0.89% 0.53% -
HSV(B) 28.47º 0.89% 0.95% -
XYZ 44.67 34.66 5.37 -
YUV 151.16 57.94 192.79 -
System Red Green Blue C M Y K H S L
Decimal 242 129 27 0 0.47 0.89 0.05 28.47 0.89 0.53
Hex F2 81 1B 0 2F 59 5 1C 59 35
Octal 362 201 33 0 57 131 5 34 131 65
Binary 11110010 10000001 11011 0 101111 1011001 101 11100 1011001 110101

Color Harmonies of #F2811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2811B

Black with #F2811B

Text Example


Text Example

White with #F2811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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