Html Css Color HEX #F2901D Carrot Orange

📋 copy color: '#F2901D'

red 242 ◦ green 144 ◦ blue 29

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

Shades of Carrot Orange #F2901D

Tints of Carrot Orange #F2901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 58.31%
G = 34.7%
B = 6.99%

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

#F2901D (or 0xF2901D) is known color: Carrot Orange. HEX triplet: F2, 90 and 1D. RGB value is (242,144,29). Sum of RGB (Red+Green+Blue) = 242+144+29=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2901D is #0D6FE2. Grayscale: #A0A0A0. Windows color (decimal): -880611 or 1937650. OLE color: 1937650.

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

Color convert

RGB 242 144 29 -
CMYK 0 0.40 0.88 0.05
HSL 32.39º 0.89% 0.53% -
HSV(B) 32.39º 0.88% 0.95% -
XYZ 46.81 38.91 6.21 -
YUV 160.19 53.97 186.35 -
System Red Green Blue C M Y K H S L
Decimal 242 144 29 0 0.40 0.88 0.05 32.39 0.89 0.53
Hex F2 90 1D 0 28 58 5 20 59 35
Octal 362 220 35 0 50 130 5 40 131 65
Binary 11110010 10010000 11101 0 101000 1011000 101 100000 1011001 110101

Color Harmonies of #F2901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2901D

Black with #F2901D

Text Example


Text Example

White with #F2901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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