Html Css Color HEX #F8DA19 Turbo

📋 copy color: '#F8DA19'

red 248 ◦ green 218 ◦ blue 25

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

Shades of Turbo #F8DA19

Tints of Turbo #F8DA19

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

 BLUE value IS 25 (10.16% from 255) = 5.09%

R = 50.51%
G = 44.4%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8DA19 (or 0xF8DA19) is known color: Turbo. HEX triplet: F8, DA and 19. RGB value is (248,218,25). Sum of RGB (Red+Green+Blue) = 248+218+25=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DA19 is #0725E6. Grayscale: #CDCDCD. Windows color (decimal): -468455 or 1694456. OLE color: 1694456.

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

Color convert

RGB 248 218 25 -
CMYK 0 0.12 0.90 0.03
HSL 51.93º 0.94% 0.54% -
HSV(B) 51.93º 0.9% 0.97% -
XYZ 63.96 70.17 11.09 -
YUV 204.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 248 218 25 0 0.12 0.90 0.03 51.93 0.94 0.54
Hex F8 DA 19 0 C 5A 3 34 5E 36
Octal 370 332 31 0 14 132 3 64 136 66
Binary 11111000 11011010 11001 0 1100 1011010 11 110100 1011110 110110

Color Harmonies of #F8DA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DA19

Black with #F8DA19

Text Example


Text Example

White with #F8DA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DA19; }

 p { color: rgb(248,218,25); }

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

background-color css

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

 a { background-color: rgb(248,218,25); }

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

border-color css

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

 span { border-color: rgb(248,218,25); }

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