Html Css Color HEX #F2901C Carrot Orange

📋 copy color: '#F2901C'

red 242 ◦ green 144 ◦ blue 28

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

Shades of Carrot Orange #F2901C

Tints of Carrot Orange #F2901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 58.45%
G = 34.78%
B = 6.76%

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

#F2901C (or 0xF2901C) is known color: Carrot Orange. HEX triplet: F2, 90 and 1C. RGB value is (242,144,28). Sum of RGB (Red+Green+Blue) = 242+144+28=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2901C is #0D6FE3. Grayscale: #A0A0A0. Windows color (decimal): -880612 or 1872114. OLE color: 1872114.

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

Color convert

RGB 242 144 28 -
CMYK 0 0.40 0.88 0.05
HSL 32.52º 0.89% 0.53% -
HSV(B) 32.52º 0.88% 0.95% -
XYZ 46.8 38.91 6.14 -
YUV 160.08 53.47 186.43 -
System Red Green Blue C M Y K H S L
Decimal 242 144 28 0 0.40 0.88 0.05 32.52 0.89 0.53
Hex F2 90 1C 0 28 58 5 21 59 35
Octal 362 220 34 0 50 130 5 41 131 65
Binary 11110010 10010000 11100 0 101000 1011000 101 100001 1011001 110101

Color Harmonies of #F2901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2901C

Black with #F2901C

Text Example


Text Example

White with #F2901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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