Html Css Color HEX #F2991B Carrot Orange

📋 copy color: '#F2991B'

red 242 ◦ green 153 ◦ blue 27

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

Shades of Carrot Orange #F2991B

Tints of Carrot Orange #F2991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 57.35%
G = 36.26%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2991B (or 0xF2991B) is known color: Carrot Orange. HEX triplet: F2, 99 and 1B. RGB value is (242,153,27). Sum of RGB (Red+Green+Blue) = 242+153+27=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2991B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2991B is #0D66E4. Grayscale: #A5A5A5. Windows color (decimal): -878309 or 1808882. OLE color: 1808882.

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

Color convert

RGB 242 153 27 -
CMYK 0 0.37 0.89 0.05
HSL 35.16º 0.89% 0.53% -
HSV(B) 35.16º 0.89% 0.95% -
XYZ 48.21 41.74 6.55 -
YUV 165.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 242 153 27 0 0.37 0.89 0.05 35.16 0.89 0.53
Hex F2 99 1B 0 25 59 5 23 59 35
Octal 362 231 33 0 45 131 5 43 131 65
Binary 11110010 10011001 11011 0 100101 1011001 101 100011 1011001 110101

Color Harmonies of #F2991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2991B

Black with #F2991B

Text Example


Text Example

White with #F2991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2991B; }

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

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

background-color css

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

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

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

border-color css

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

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

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