Html Css Color HEX #F2991E Carrot Orange

📋 copy color: '#F2991E'

red 242 ◦ green 153 ◦ blue 30

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

Shades of Carrot Orange #F2991E

Tints of Carrot Orange #F2991E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.06%

R = 56.94%
G = 36%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2991E (or 0xF2991E) is known color: Carrot Orange. HEX triplet: F2, 99 and 1E. RGB value is (242,153,30). Sum of RGB (Red+Green+Blue) = 242+153+30=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2991E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2991E is #0D66E1. Grayscale: #A6A6A6. Windows color (decimal): -878306 or 2005490. OLE color: 2005490.

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

Color convert

RGB 242 153 30 -
CMYK 0 0.37 0.88 0.05
HSL 34.81º 0.89% 0.53% -
HSV(B) 34.81º 0.88% 0.95% -
XYZ 48.24 41.75 6.74 -
YUV 165.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 242 153 30 0 0.37 0.88 0.05 34.81 0.89 0.53
Hex F2 99 1E 0 25 58 5 23 59 35
Octal 362 231 36 0 45 130 5 43 131 65
Binary 11110010 10011001 11110 0 100101 1011000 101 100011 1011001 110101

Color Harmonies of #F2991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2991E

Black with #F2991E

Text Example


Text Example

White with #F2991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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