Html Css Color HEX #F8D414 Turbo

📋 copy color: '#F8D414'

red 248 ◦ green 212 ◦ blue 20

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

Shades of Turbo #F8D414

Tints of Turbo #F8D414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

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

R = 51.67%
G = 44.17%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8D414 (or 0xF8D414) is known color: Turbo. HEX triplet: F8, D4 and 14. RGB value is (248,212,20). Sum of RGB (Red+Green+Blue) = 248+212+20=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D414 is #072BEB. Grayscale: #C9C9C9. Windows color (decimal): -469996 or 1365240. OLE color: 1365240.

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

Color convert

RGB 248 212 20 -
CMYK 0 0.15 0.92 0.03
HSL 50.53º 0.94% 0.53% -
HSV(B) 50.53º 0.92% 0.97% -
XYZ 62.38 67.09 10.32 -
YUV 200.88 25.93 161.61 -
System Red Green Blue C M Y K H S L
Decimal 248 212 20 0 0.15 0.92 0.03 50.53 0.94 0.53
Hex F8 D4 14 0 F 5C 3 33 5E 35
Octal 370 324 24 0 17 134 3 63 136 65
Binary 11111000 11010100 10100 0 1111 1011100 11 110011 1011110 110101

Color Harmonies of #F8D414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D414

Black with #F8D414

Text Example


Text Example

White with #F8D414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D414; }

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

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

background-color css

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

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

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

border-color css

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

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

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