Html Css Color HEX #F2922B Carrot Orange

📋 copy color: '#F2922B'

red 242 ◦ green 146 ◦ blue 43

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

Shades of Carrot Orange #F2922B

Tints of Carrot Orange #F2922B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 56.15%
G = 33.87%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2922B (or 0xF2922B) is known color: Carrot Orange. HEX triplet: F2, 92 and 2B. RGB value is (242,146,43). Sum of RGB (Red+Green+Blue) = 242+146+43=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2922B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2922B is #0D6DD4. Grayscale: #A3A3A3. Windows color (decimal): -880085 or 2855666. OLE color: 2855666.

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

Color convert

RGB 242 146 43 -
CMYK 0 0.40 0.82 0.05
HSL 31.06º 0.88% 0.56% -
HSV(B) 31.06º 0.82% 0.95% -
XYZ 47.33 39.61 7.44 -
YUV 162.96 60.3 184.38 -
System Red Green Blue C M Y K H S L
Decimal 242 146 43 0 0.40 0.82 0.05 31.06 0.88 0.56
Hex F2 92 2B 0 28 52 5 1F 58 38
Octal 362 222 53 0 50 122 5 37 130 70
Binary 11110010 10010010 101011 0 101000 1010010 101 11111 1011000 111000

Color Harmonies of #F2922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2922B

Black with #F2922B

Text Example


Text Example

White with #F2922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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