Html Css Color HEX #F2972B Carrot Orange

📋 copy color: '#F2972B'

red 242 ◦ green 151 ◦ blue 43

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

Shades of Carrot Orange #F2972B

Tints of Carrot Orange #F2972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.63%

 BLUE value IS 43 (17.19% from 255) = 9.86%

R = 55.5%
G = 34.63%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2972B (or 0xF2972B) is known color: Carrot Orange. HEX triplet: F2, 97 and 2B. RGB value is (242,151,43). Sum of RGB (Red+Green+Blue) = 242+151+43=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2972B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2972B is #0D68D4. Grayscale: #A6A6A6. Windows color (decimal): -878805 or 2856946. OLE color: 2856946.

HSL color Cylindrical-coordinate representation of color #F2972B: hue angle of 32.56º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2972B is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 151 43 -
CMYK 0 0.38 0.82 0.05
HSL 32.56º 0.88% 0.56% -
HSV(B) 32.56º 0.82% 0.95% -
XYZ 48.12 41.18 7.7 -
YUV 165.9 58.65 182.28 -
System Red Green Blue C M Y K H S L
Decimal 242 151 43 0 0.38 0.82 0.05 32.56 0.88 0.56
Hex F2 97 2B 0 26 52 5 21 58 38
Octal 362 227 53 0 46 122 5 41 130 70
Binary 11110010 10010111 101011 0 100110 1010010 101 100001 1011000 111000

Color Harmonies of #F2972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2972B

Black with #F2972B

Text Example


Text Example

White with #F2972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2972B; }

 p { color: rgb(242,151,43); }

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

background-color css

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

 a { background-color: rgb(242,151,43); }

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

border-color css

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

 span { border-color: rgb(242,151,43); }

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