Html Css Color HEX #F8D613 Turbo

📋 copy color: '#F8D613'

red 248 ◦ green 214 ◦ blue 19

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

Shades of Turbo #F8D613

Tints of Turbo #F8D613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

 BLUE value IS 19 (7.81% from 255) = 3.95%

R = 51.56%
G = 44.49%
B = 3.95%

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

#F8D613 (or 0xF8D613) is known color: Turbo. HEX triplet: F8, D6 and 13. RGB value is (248,214,19). Sum of RGB (Red+Green+Blue) = 248+214+19=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D613 is #0729EC. Grayscale: #CACACA. Windows color (decimal): -469485 or 1300216. OLE color: 1300216.

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

Color convert

RGB 248 214 19 -
CMYK 0 0.14 0.92 0.03
HSL 51.09º 0.94% 0.52% -
HSV(B) 51.09º 0.92% 0.97% -
XYZ 62.88 68.1 10.45 -
YUV 201.94 24.76 160.86 -
System Red Green Blue C M Y K H S L
Decimal 248 214 19 0 0.14 0.92 0.03 51.09 0.94 0.52
Hex F8 D6 13 0 E 5C 3 33 5E 34
Octal 370 326 23 0 16 134 3 63 136 64
Binary 11111000 11010110 10011 0 1110 1011100 11 110011 1011110 110100

Color Harmonies of #F8D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D613

Black with #F8D613

Text Example


Text Example

White with #F8D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D613; }

 p { color: rgb(248,214,19); }

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

background-color css

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

 a { background-color: rgb(248,214,19); }

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

border-color css

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

 span { border-color: rgb(248,214,19); }

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