Html Css Color HEX #F2911B Carrot Orange

📋 copy color: '#F2911B'

red 242 ◦ green 145 ◦ blue 27

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

Shades of Carrot Orange #F2911B

Tints of Carrot Orange #F2911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

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

R = 58.45%
G = 35.02%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2911B (or 0xF2911B) is known color: Carrot Orange. HEX triplet: F2, 91 and 1B. RGB value is (242,145,27). Sum of RGB (Red+Green+Blue) = 242+145+27=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2911B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2911B is #0D6EE4. Grayscale: #A1A1A1. Windows color (decimal): -880357 or 1806834. OLE color: 1806834.

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

Color convert

RGB 242 145 27 -
CMYK 0 0.40 0.89 0.05
HSL 32.93º 0.89% 0.53% -
HSV(B) 32.93º 0.89% 0.95% -
XYZ 46.94 39.21 6.13 -
YUV 160.55 52.64 186.09 -
System Red Green Blue C M Y K H S L
Decimal 242 145 27 0 0.40 0.89 0.05 32.93 0.89 0.53
Hex F2 91 1B 0 28 59 5 21 59 35
Octal 362 221 33 0 50 131 5 41 131 65
Binary 11110010 10010001 11011 0 101000 1011001 101 100001 1011001 110101

Color Harmonies of #F2911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2911B

Black with #F2911B

Text Example


Text Example

White with #F2911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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