Html Css Color HEX #F8CC12 Turbo

📋 copy color: '#F8CC12'

red 248 ◦ green 204 ◦ blue 18

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

Shades of Turbo #F8CC12

Tints of Turbo #F8CC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

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

R = 52.77%
G = 43.4%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8CC12 (or 0xF8CC12) is known color: Turbo. HEX triplet: F8, CC and 12. RGB value is (248,204,18). Sum of RGB (Red+Green+Blue) = 248+204+18=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CC12 is #0733ED. Grayscale: #C4C4C4. Windows color (decimal): -472046 or 1232120. OLE color: 1232120.

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

Color convert

RGB 248 204 18 -
CMYK 0 0.18 0.93 0.03
HSL 48.52º 0.94% 0.52% -
HSV(B) 48.52º 0.93% 0.97% -
XYZ 60.41 63.19 9.58 -
YUV 195.95 27.58 165.12 -
System Red Green Blue C M Y K H S L
Decimal 248 204 18 0 0.18 0.93 0.03 48.52 0.94 0.52
Hex F8 CC 12 0 12 5D 3 31 5E 34
Octal 370 314 22 0 22 135 3 61 136 64
Binary 11111000 11001100 10010 0 10010 1011101 11 110001 1011110 110100

Color Harmonies of #F8CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC12

Black with #F8CC12

Text Example


Text Example

White with #F8CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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