Html Css Color HEX #F2921C Carrot Orange

📋 copy color: '#F2921C'

red 242 ◦ green 146 ◦ blue 28

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

Shades of Carrot Orange #F2921C

Tints of Carrot Orange #F2921C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 58.17%
G = 35.1%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2921C (or 0xF2921C) is known color: Carrot Orange. HEX triplet: F2, 92 and 1C. RGB value is (242,146,28). Sum of RGB (Red+Green+Blue) = 242+146+28=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2921C is #0D6DE3. Grayscale: #A1A1A1. Windows color (decimal): -880100 or 1872626. OLE color: 1872626.

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

Color convert

RGB 242 146 28 -
CMYK 0 0.40 0.88 0.05
HSL 33.08º 0.89% 0.53% -
HSV(B) 33.08º 0.88% 0.95% -
XYZ 47.11 39.52 6.24 -
YUV 161.25 52.8 185.59 -
System Red Green Blue C M Y K H S L
Decimal 242 146 28 0 0.40 0.88 0.05 33.08 0.89 0.53
Hex F2 92 1C 0 28 58 5 21 59 35
Octal 362 222 34 0 50 130 5 41 131 65
Binary 11110010 10010010 11100 0 101000 1011000 101 100001 1011001 110101

Color Harmonies of #F2921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2921C

Black with #F2921C

Text Example


Text Example

White with #F2921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2921C; }

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

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

background-color css

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

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

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

border-color css

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

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

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