Html Css Color HEX #F2941D Carrot Orange

📋 copy color: '#F2941D'

red 242 ◦ green 148 ◦ blue 29

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

Shades of Carrot Orange #F2941D

Tints of Carrot Orange #F2941D

RGB

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

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

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

R = 57.76%
G = 35.32%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2941D (or 0xF2941D) is known color: Carrot Orange. HEX triplet: F2, 94 and 1D. RGB value is (242,148,29). Sum of RGB (Red+Green+Blue) = 242+148+29=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2941D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2941D is #0D6BE2. Grayscale: #A3A3A3. Windows color (decimal): -879587 or 1938674. OLE color: 1938674.

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

Color convert

RGB 242 148 29 -
CMYK 0 0.39 0.88 0.05
HSL 33.52º 0.89% 0.53% -
HSV(B) 33.52º 0.88% 0.95% -
XYZ 47.43 40.15 6.41 -
YUV 162.54 52.64 184.68 -
System Red Green Blue C M Y K H S L
Decimal 242 148 29 0 0.39 0.88 0.05 33.52 0.89 0.53
Hex F2 94 1D 0 27 58 5 22 59 35
Octal 362 224 35 0 47 130 5 42 131 65
Binary 11110010 10010100 11101 0 100111 1011000 101 100010 1011001 110101

Color Harmonies of #F2941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2941D

Black with #F2941D

Text Example


Text Example

White with #F2941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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