Html Css Color HEX #F28D1D Carrot Orange

📋 copy color: '#F28D1D'

red 242 ◦ green 141 ◦ blue 29

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

Shades of Carrot Orange #F28D1D

Tints of Carrot Orange #F28D1D

RGB

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

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

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

R = 58.74%
G = 34.22%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F28D1D (or 0xF28D1D) is known color: Carrot Orange. HEX triplet: F2, 8D and 1D. RGB value is (242,141,29). Sum of RGB (Red+Green+Blue) = 242+141+29=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D1D is #0D72E2. Grayscale: #9E9E9E. Windows color (decimal): -881379 or 1936882. OLE color: 1936882.

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

Color convert

RGB 242 141 29 -
CMYK 0 0.42 0.88 0.05
HSL 31.55º 0.89% 0.53% -
HSV(B) 31.55º 0.88% 0.95% -
XYZ 46.36 38.02 6.06 -
YUV 158.43 54.96 187.61 -
System Red Green Blue C M Y K H S L
Decimal 242 141 29 0 0.42 0.88 0.05 31.55 0.89 0.53
Hex F2 8D 1D 0 2A 58 5 20 59 35
Octal 362 215 35 0 52 130 5 40 131 65
Binary 11110010 10001101 11101 0 101010 1011000 101 100000 1011001 110101

Color Harmonies of #F28D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D1D

Black with #F28D1D

Text Example


Text Example

White with #F28D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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