Html Css Color HEX #F28D29 Carrot Orange

📋 copy color: '#F28D29'

red 242 ◦ green 141 ◦ blue 41

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

Shades of Carrot Orange #F28D29

Tints of Carrot Orange #F28D29

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 57.08%
G = 33.25%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F28D29 (or 0xF28D29) is known color: Carrot Orange. HEX triplet: F2, 8D and 29. RGB value is (242,141,41). Sum of RGB (Red+Green+Blue) = 242+141+41=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D29 is #0D72D6. Grayscale: #A0A0A0. Windows color (decimal): -881367 or 2723314. OLE color: 2723314.

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

Color convert

RGB 242 141 41 -
CMYK 0 0.42 0.83 0.05
HSL 29.85º 0.89% 0.55% -
HSV(B) 29.85º 0.83% 0.95% -
XYZ 46.54 38.09 7 -
YUV 159.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 242 141 41 0 0.42 0.83 0.05 29.85 0.89 0.55
Hex F2 8D 29 0 2A 53 5 1E 59 37
Octal 362 215 51 0 52 123 5 36 131 67
Binary 11110010 10001101 101001 0 101010 1010011 101 11110 1011001 110111

Color Harmonies of #F28D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D29

Black with #F28D29

Text Example


Text Example

White with #F28D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D29; }

 p { color: rgb(242,141,41); }

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

background-color css

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

 a { background-color: rgb(242,141,41); }

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

border-color css

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

 span { border-color: rgb(242,141,41); }

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