Html Css Color HEX #F28F17 Carrot Orange

📋 copy color: '#F28F17'

red 242 ◦ green 143 ◦ blue 23

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

Shades of Carrot Orange #F28F17

Tints of Carrot Orange #F28F17

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 59.31%
G = 35.05%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28F17 (or 0xF28F17) is known color: Carrot Orange. HEX triplet: F2, 8F and 17. RGB value is (242,143,23). Sum of RGB (Red+Green+Blue) = 242+143+23=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F17 is #0D70E8. Grayscale: #9F9F9F. Windows color (decimal): -880873 or 1544178. OLE color: 1544178.

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

Color convert

RGB 242 143 23 -
CMYK 0 0.41 0.90 0.05
HSL 32.88º 0.89% 0.52% -
HSV(B) 32.88º 0.9% 0.95% -
XYZ 46.6 38.58 5.8 -
YUV 158.92 51.3 187.26 -
System Red Green Blue C M Y K H S L
Decimal 242 143 23 0 0.41 0.90 0.05 32.88 0.89 0.52
Hex F2 8F 17 0 29 5A 5 21 59 34
Octal 362 217 27 0 51 132 5 41 131 64
Binary 11110010 10001111 10111 0 101001 1011010 101 100001 1011001 110100

Color Harmonies of #F28F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F17

Black with #F28F17

Text Example


Text Example

White with #F28F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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