Html Css Color HEX #F8D41D Turbo

📋 copy color: '#F8D41D'

red 248 ◦ green 212 ◦ blue 29

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

Shades of Turbo #F8D41D

Tints of Turbo #F8D41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.93%

R = 50.72%
G = 43.35%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8D41D (or 0xF8D41D) is known color: Turbo. HEX triplet: F8, D4 and 1D. RGB value is (248,212,29). Sum of RGB (Red+Green+Blue) = 248+212+29=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D41D is #072BE2. Grayscale: #CACACA. Windows color (decimal): -469987 or 1955064. OLE color: 1955064.

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

Color convert

RGB 248 212 29 -
CMYK 0 0.15 0.88 0.03
HSL 50.14º 0.94% 0.54% -
HSV(B) 50.14º 0.88% 0.97% -
XYZ 62.48 67.13 10.83 -
YUV 201.9 30.43 160.88 -
System Red Green Blue C M Y K H S L
Decimal 248 212 29 0 0.15 0.88 0.03 50.14 0.94 0.54
Hex F8 D4 1D 0 F 58 3 32 5E 36
Octal 370 324 35 0 17 130 3 62 136 66
Binary 11111000 11010100 11101 0 1111 1011000 11 110010 1011110 110110

Color Harmonies of #F8D41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D41D

Black with #F8D41D

Text Example


Text Example

White with #F8D41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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