Html Css Color HEX #F8D51E Turbo

📋 copy color: '#F8D51E'

red 248 ◦ green 213 ◦ blue 30

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

Shades of Turbo #F8D51E

Tints of Turbo #F8D51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.11%

R = 50.51%
G = 43.38%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8D51E (or 0xF8D51E) is known color: Turbo. HEX triplet: F8, D5 and 1E. RGB value is (248,213,30). Sum of RGB (Red+Green+Blue) = 248+213+30=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D51E is #072AE1. Grayscale: #CBCBCB. Windows color (decimal): -469730 or 2020856. OLE color: 2020856.

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

Color convert

RGB 248 213 30 -
CMYK 0 0.14 0.88 0.03
HSL 50.37º 0.94% 0.55% -
HSV(B) 50.37º 0.88% 0.97% -
XYZ 62.74 67.64 10.98 -
YUV 202.6 30.6 160.38 -
System Red Green Blue C M Y K H S L
Decimal 248 213 30 0 0.14 0.88 0.03 50.37 0.94 0.55
Hex F8 D5 1E 0 E 58 3 32 5E 37
Octal 370 325 36 0 16 130 3 62 136 67
Binary 11111000 11010101 11110 0 1110 1011000 11 110010 1011110 110111

Color Harmonies of #F8D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D51E

Black with #F8D51E

Text Example


Text Example

White with #F8D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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