Html Css Color HEX #F2991A Carrot Orange

📋 copy color: '#F2991A'

red 242 ◦ green 153 ◦ blue 26

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

Shades of Carrot Orange #F2991A

Tints of Carrot Orange #F2991A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.18%

R = 57.48%
G = 36.34%
B = 6.18%

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

#F2991A (or 0xF2991A) is known color: Carrot Orange. HEX triplet: F2, 99 and 1A. RGB value is (242,153,26). Sum of RGB (Red+Green+Blue) = 242+153+26=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2991A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2991A is #0D66E5. Grayscale: #A5A5A5. Windows color (decimal): -878310 or 1743346. OLE color: 1743346.

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

Color convert

RGB 242 153 26 -
CMYK 0 0.37 0.89 0.05
HSL 35.28º 0.89% 0.53% -
HSV(B) 35.28º 0.89% 0.95% -
XYZ 48.2 41.73 6.49 -
YUV 165.13 49.49 182.83 -
System Red Green Blue C M Y K H S L
Decimal 242 153 26 0 0.37 0.89 0.05 35.28 0.89 0.53
Hex F2 99 1A 0 25 59 5 23 59 35
Octal 362 231 32 0 45 131 5 43 131 65
Binary 11110010 10011001 11010 0 100101 1011001 101 100011 1011001 110101

Color Harmonies of #F2991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2991A

Black with #F2991A

Text Example


Text Example

White with #F2991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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