Html Css Color HEX #F88F12 Carrot Orange

📋 copy color: '#F88F12'

red 248 ◦ green 143 ◦ blue 18

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

Shades of Carrot Orange #F88F12

Tints of Carrot Orange #F88F12

RGB

 RED value IS 248 (97.27% from 255) = 60.64%

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

 BLUE value IS 18 (7.42% from 255) = 4.4%

R = 60.64%
G = 34.96%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F88F12 (or 0xF88F12) is known color: Carrot Orange. HEX triplet: F8, 8F and 12. RGB value is (248,143,18). Sum of RGB (Red+Green+Blue) = 248+143+18=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88F12 is #0770ED. Grayscale: #A0A0A0. Windows color (decimal): -487662 or 1216504. OLE color: 1216504.

HSL color Cylindrical-coordinate representation of color #F88F12: hue angle of 32.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F88F12 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 143 18 -
CMYK 0 0.42 0.93 0.03
HSL 32.61º 0.94% 0.52% -
HSV(B) 32.61º 0.93% 0.97% -
XYZ 48.64 39.65 5.66 -
YUV 160.15 47.79 190.66 -
System Red Green Blue C M Y K H S L
Decimal 248 143 18 0 0.42 0.93 0.03 32.61 0.94 0.52
Hex F8 8F 12 0 2A 5D 3 21 5E 34
Octal 370 217 22 0 52 135 3 41 136 64
Binary 11111000 10001111 10010 0 101010 1011101 11 100001 1011110 110100

Color Harmonies of #F88F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88F12

Black with #F88F12

Text Example


Text Example

White with #F88F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88F12; }

 p { color: rgb(248,143,18); }

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

background-color css

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

 a { background-color: rgb(248,143,18); }

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

border-color css

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

 span { border-color: rgb(248,143,18); }

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