Html Css Color HEX #F2962B Carrot Orange

📋 copy color: '#F2962B'

red 242 ◦ green 150 ◦ blue 43

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

Shades of Carrot Orange #F2962B

Tints of Carrot Orange #F2962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.48%

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

R = 55.63%
G = 34.48%
B = 9.89%

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

#F2962B (or 0xF2962B) is known color: Carrot Orange. HEX triplet: F2, 96 and 2B. RGB value is (242,150,43). Sum of RGB (Red+Green+Blue) = 242+150+43=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2962B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2962B is #0D69D4. Grayscale: #A5A5A5. Windows color (decimal): -879061 or 2856690. OLE color: 2856690.

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

Color convert

RGB 242 150 43 -
CMYK 0 0.38 0.82 0.05
HSL 32.26º 0.88% 0.56% -
HSV(B) 32.26º 0.82% 0.95% -
XYZ 47.96 40.86 7.65 -
YUV 165.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 242 150 43 0 0.38 0.82 0.05 32.26 0.88 0.56
Hex F2 96 2B 0 26 52 5 20 58 38
Octal 362 226 53 0 46 122 5 40 130 70
Binary 11110010 10010110 101011 0 100110 1010010 101 100000 1011000 111000

Color Harmonies of #F2962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2962B

Black with #F2962B

Text Example


Text Example

White with #F2962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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