Html Css Color HEX #F28217 Carrot Orange

📋 copy color: '#F28217'

red 242 ◦ green 130 ◦ blue 23

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

Shades of Carrot Orange #F28217

Tints of Carrot Orange #F28217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

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

R = 61.27%
G = 32.91%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28217 (or 0xF28217) is known color: Carrot Orange. HEX triplet: F2, 82 and 17. RGB value is (242,130,23). Sum of RGB (Red+Green+Blue) = 242+130+23=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28217 is #0D7DE8. Grayscale: #979797. Windows color (decimal): -884201 or 1540850. OLE color: 1540850.

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

Color convert

RGB 242 130 23 -
CMYK 0 0.46 0.90 0.05
HSL 29.32º 0.89% 0.52% -
HSV(B) 29.32º 0.9% 0.95% -
XYZ 44.76 34.9 5.19 -
YUV 151.29 55.61 192.7 -
System Red Green Blue C M Y K H S L
Decimal 242 130 23 0 0.46 0.90 0.05 29.32 0.89 0.52
Hex F2 82 17 0 2E 5A 5 1D 59 34
Octal 362 202 27 0 56 132 5 35 131 64
Binary 11110010 10000010 10111 0 101110 1011010 101 11101 1011001 110100

Color Harmonies of #F28217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28217

Black with #F28217

Text Example


Text Example

White with #F28217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28217; }

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

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

background-color css

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

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

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

border-color css

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

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

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