Html Css Color HEX #F8D514 Turbo

📋 copy color: '#F8D514'

red 248 ◦ green 213 ◦ blue 20

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

Shades of Turbo #F8D514

Tints of Turbo #F8D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

 BLUE value IS 20 (8.2% from 255) = 4.16%

R = 51.56%
G = 44.28%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8D514 (or 0xF8D514) is known color: Turbo. HEX triplet: F8, D5 and 14. RGB value is (248,213,20). Sum of RGB (Red+Green+Blue) = 248+213+20=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D514 is #072AEB. Grayscale: #CACACA. Windows color (decimal): -469740 or 1365496. OLE color: 1365496.

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

Color convert

RGB 248 213 20 -
CMYK 0 0.14 0.92 0.03
HSL 50.79º 0.94% 0.53% -
HSV(B) 50.79º 0.92% 0.97% -
XYZ 62.63 67.6 10.41 -
YUV 201.46 25.6 161.19 -
System Red Green Blue C M Y K H S L
Decimal 248 213 20 0 0.14 0.92 0.03 50.79 0.94 0.53
Hex F8 D5 14 0 E 5C 3 33 5E 35
Octal 370 325 24 0 16 134 3 63 136 65
Binary 11111000 11010101 10100 0 1110 1011100 11 110011 1011110 110101

Color Harmonies of #F8D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D514

Black with #F8D514

Text Example


Text Example

White with #F8D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D514; }

 p { color: rgb(248,213,20); }

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

background-color css

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

 a { background-color: rgb(248,213,20); }

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

border-color css

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

 span { border-color: rgb(248,213,20); }

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