Html Css Color HEX #F2962A Carrot Orange

📋 copy color: '#F2962A'

red 242 ◦ green 150 ◦ blue 42

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

Shades of Carrot Orange #F2962A

Tints of Carrot Orange #F2962A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.68%

R = 55.76%
G = 34.56%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2962A (or 0xF2962A) is known color: Carrot Orange. HEX triplet: F2, 96 and 2A. RGB value is (242,150,42). Sum of RGB (Red+Green+Blue) = 242+150+42=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2962A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2962A is #0D69D5. Grayscale: #A5A5A5. Windows color (decimal): -879062 or 2791154. OLE color: 2791154.

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

Color convert

RGB 242 150 42 -
CMYK 0 0.38 0.83 0.05
HSL 32.4º 0.88% 0.56% -
HSV(B) 32.4º 0.83% 0.95% -
XYZ 47.94 40.86 7.55 -
YUV 165.2 58.48 182.78 -
System Red Green Blue C M Y K H S L
Decimal 242 150 42 0 0.38 0.83 0.05 32.4 0.88 0.56
Hex F2 96 2A 0 26 53 5 20 58 38
Octal 362 226 52 0 46 123 5 40 130 70
Binary 11110010 10010110 101010 0 100110 1010011 101 100000 1011000 111000

Color Harmonies of #F2962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2962A

Black with #F2962A

Text Example


Text Example

White with #F2962A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2962A; }

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

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

background-color css

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

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

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

border-color css

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

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

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