Html Css Color HEX #F28D17 Carrot Orange

📋 copy color: '#F28D17'

red 242 ◦ green 141 ◦ blue 23

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

Shades of Carrot Orange #F28D17

Tints of Carrot Orange #F28D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.67%

R = 59.61%
G = 34.73%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28D17 (or 0xF28D17) is known color: Carrot Orange. HEX triplet: F2, 8D and 17. RGB value is (242,141,23). Sum of RGB (Red+Green+Blue) = 242+141+23=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28D17 is #0D72E8. Grayscale: #9E9E9E. Windows color (decimal): -881385 or 1543666. OLE color: 1543666.

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

Color convert

RGB 242 141 23 -
CMYK 0 0.42 0.90 0.05
HSL 32.33º 0.89% 0.52% -
HSV(B) 32.33º 0.9% 0.95% -
XYZ 46.3 37.99 5.7 -
YUV 157.75 51.96 188.09 -
System Red Green Blue C M Y K H S L
Decimal 242 141 23 0 0.42 0.90 0.05 32.33 0.89 0.52
Hex F2 8D 17 0 2A 5A 5 20 59 34
Octal 362 215 27 0 52 132 5 40 131 64
Binary 11110010 10001101 10111 0 101010 1011010 101 100000 1011001 110100

Color Harmonies of #F28D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D17

Black with #F28D17

Text Example


Text Example

White with #F28D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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