Html Css Color HEX #F8D81C Turbo

📋 copy color: '#F8D81C'

red 248 ◦ green 216 ◦ blue 28

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

Shades of Turbo #F8D81C

Tints of Turbo #F8D81C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.9%

 BLUE value IS 28 (11.33% from 255) = 5.69%

R = 50.41%
G = 43.9%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8D81C (or 0xF8D81C) is known color: Turbo. HEX triplet: F8, D8 and 1C. RGB value is (248,216,28). Sum of RGB (Red+Green+Blue) = 248+216+28=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D81C is #0727E3. Grayscale: #CCCCCC. Windows color (decimal): -468964 or 1890552. OLE color: 1890552.

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

Color convert

RGB 248 216 28 -
CMYK 0 0.13 0.89 0.03
HSL 51.27º 0.94% 0.54% -
HSV(B) 51.27º 0.89% 0.97% -
XYZ 63.48 69.15 11.1 -
YUV 204.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 248 216 28 0 0.13 0.89 0.03 51.27 0.94 0.54
Hex F8 D8 1C 0 D 59 3 33 5E 36
Octal 370 330 34 0 15 131 3 63 136 66
Binary 11111000 11011000 11100 0 1101 1011001 11 110011 1011110 110110

Color Harmonies of #F8D81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D81C

Black with #F8D81C

Text Example


Text Example

White with #F8D81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D81C; }

 p { color: rgb(248,216,28); }

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

background-color css

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

 a { background-color: rgb(248,216,28); }

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

border-color css

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

 span { border-color: rgb(248,216,28); }

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