Html Css Color HEX #F28F10 Carrot Orange

📋 copy color: '#F28F10'

red 242 ◦ green 143 ◦ blue 16

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

Shades of Carrot Orange #F28F10

Tints of Carrot Orange #F28F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 60.35%
G = 35.66%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28F10 (or 0xF28F10) is known color: Carrot Orange. HEX triplet: F2, 8F and 10. RGB value is (242,143,16). Sum of RGB (Red+Green+Blue) = 242+143+16=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F10 is #0D70EF. Grayscale: #9E9E9E. Windows color (decimal): -880880 or 1085426. OLE color: 1085426.

HSL color Cylindrical-coordinate representation of color #F28F10: hue angle of 33.72º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F28F10 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 16 -
CMYK 0 0.41 0.93 0.05
HSL 33.72º 0.9% 0.51% -
HSV(B) 33.72º 0.93% 0.95% -
XYZ 46.53 38.56 5.48 -
YUV 158.12 47.8 187.83 -
System Red Green Blue C M Y K H S L
Decimal 242 143 16 0 0.41 0.93 0.05 33.72 0.9 0.51
Hex F2 8F 10 0 29 5D 5 22 5A 33
Octal 362 217 20 0 51 135 5 42 132 63
Binary 11110010 10001111 10000 0 101001 1011101 101 100010 1011010 110011

Color Harmonies of #F28F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F10

Black with #F28F10

Text Example


Text Example

White with #F28F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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