Html Css Color HEX #F2942C Carrot Orange

📋 copy color: '#F2942C'

red 242 ◦ green 148 ◦ blue 44

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

Shades of Carrot Orange #F2942C

Tints of Carrot Orange #F2942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

 BLUE value IS 44 (17.58% from 255) = 10.14%

R = 55.76%
G = 34.1%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2942C (or 0xF2942C) is known color: Carrot Orange. HEX triplet: F2, 94 and 2C. RGB value is (242,148,44). Sum of RGB (Red+Green+Blue) = 242+148+44=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2942C is #0D6BD3. Grayscale: #A4A4A4. Windows color (decimal): -879572 or 2921714. OLE color: 2921714.

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

Color convert

RGB 242 148 44 -
CMYK 0 0.39 0.82 0.05
HSL 31.52º 0.88% 0.56% -
HSV(B) 31.52º 0.82% 0.95% -
XYZ 47.66 40.24 7.64 -
YUV 164.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 242 148 44 0 0.39 0.82 0.05 31.52 0.88 0.56
Hex F2 94 2C 0 27 52 5 20 58 38
Octal 362 224 54 0 47 122 5 40 130 70
Binary 11110010 10010100 101100 0 100111 1010010 101 100000 1011000 111000

Color Harmonies of #F2942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2942C

Black with #F2942C

Text Example


Text Example

White with #F2942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2942C; }

 p { color: rgb(242,148,44); }

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

background-color css

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

 a { background-color: rgb(242,148,44); }

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

border-color css

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

 span { border-color: rgb(242,148,44); }

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