Html Css Color HEX #F88D12 Carrot Orange

📋 copy color: '#F88D12'

red 248 ◦ green 141 ◦ blue 18

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

Shades of Carrot Orange #F88D12

Tints of Carrot Orange #F88D12

RGB

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

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

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

R = 60.93%
G = 34.64%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F88D12 (or 0xF88D12) is known color: Carrot Orange. HEX triplet: F8, 8D and 12. RGB value is (248,141,18). Sum of RGB (Red+Green+Blue) = 248+141+18=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88D12 is #0772ED. Grayscale: #9F9F9F. Windows color (decimal): -488174 or 1215992. OLE color: 1215992.

HSL color Cylindrical-coordinate representation of color #F88D12: hue angle of 32.09º 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 #F88D12 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 141 18 -
CMYK 0 0.43 0.93 0.03
HSL 32.09º 0.94% 0.52% -
HSV(B) 32.09º 0.93% 0.97% -
XYZ 48.35 39.05 5.56 -
YUV 158.97 48.45 191.5 -
System Red Green Blue C M Y K H S L
Decimal 248 141 18 0 0.43 0.93 0.03 32.09 0.94 0.52
Hex F8 8D 12 0 2B 5D 3 20 5E 34
Octal 370 215 22 0 53 135 3 40 136 64
Binary 11111000 10001101 10010 0 101011 1011101 11 100000 1011110 110100

Color Harmonies of #F88D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88D12

Black with #F88D12

Text Example


Text Example

White with #F88D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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