Html Css Color HEX #F8D023 Turbo

📋 copy color: '#F8D023'

red 248 ◦ green 208 ◦ blue 35

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

Shades of Turbo #F8D023

Tints of Turbo #F8D023

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.36%

 BLUE value IS 35 (14.06% from 255) = 7.13%

R = 50.51%
G = 42.36%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F8D023 (or 0xF8D023) is known color: Turbo. HEX triplet: F8, D0 and 23. RGB value is (248,208,35). Sum of RGB (Red+Green+Blue) = 248+208+35=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D023 is #072FDC. Grayscale: #C8C8C8. Windows color (decimal): -471005 or 2347256. OLE color: 2347256.

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

Color convert

RGB 248 208 35 -
CMYK 0 0.16 0.86 0.03
HSL 48.73º 0.94% 0.55% -
HSV(B) 48.73º 0.86% 0.97% -
XYZ 61.57 65.19 10.93 -
YUV 200.24 34.75 162.07 -
System Red Green Blue C M Y K H S L
Decimal 248 208 35 0 0.16 0.86 0.03 48.73 0.94 0.55
Hex F8 D0 23 0 10 56 3 31 5E 37
Octal 370 320 43 0 20 126 3 61 136 67
Binary 11111000 11010000 100011 0 10000 1010110 11 110001 1011110 110111

Color Harmonies of #F8D023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D023

Black with #F8D023

Text Example


Text Example

White with #F8D023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D023; }

 p { color: rgb(248,208,35); }

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

background-color css

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

 a { background-color: rgb(248,208,35); }

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

border-color css

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

 span { border-color: rgb(248,208,35); }

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