Html Css Color HEX #F8D628 Turbo

📋 copy color: '#F8D628'

red 248 ◦ green 214 ◦ blue 40

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

Shades of Turbo #F8D628

Tints of Turbo #F8D628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.97%

R = 49.4%
G = 42.63%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8D628 (or 0xF8D628) is known color: Turbo. HEX triplet: F8, D6 and 28. RGB value is (248,214,40). Sum of RGB (Red+Green+Blue) = 248+214+40=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D628 is #0729D7. Grayscale: #CDCDCD. Windows color (decimal): -469464 or 2676472. OLE color: 2676472.

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

Color convert

RGB 248 214 40 -
CMYK 0 0.14 0.84 0.03
HSL 50.19º 0.94% 0.56% -
HSV(B) 50.19º 0.84% 0.97% -
XYZ 63.14 68.2 11.84 -
YUV 204.33 35.26 159.15 -
System Red Green Blue C M Y K H S L
Decimal 248 214 40 0 0.14 0.84 0.03 50.19 0.94 0.56
Hex F8 D6 28 0 E 54 3 32 5E 38
Octal 370 326 50 0 16 124 3 62 136 70
Binary 11111000 11010110 101000 0 1110 1010100 11 110010 1011110 111000

Color Harmonies of #F8D628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D628

Black with #F8D628

Text Example


Text Example

White with #F8D628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D628; }

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

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

background-color css

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

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

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

border-color css

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

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

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