Html Css Color HEX #F8D31C Turbo

📋 copy color: '#F8D31C'

red 248 ◦ green 211 ◦ blue 28

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

Shades of Turbo #F8D31C

Tints of Turbo #F8D31C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.33%

 BLUE value IS 28 (11.33% from 255) = 5.75%

R = 50.92%
G = 43.33%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8D31C (or 0xF8D31C) is known color: Turbo. HEX triplet: F8, D3 and 1C. RGB value is (248,211,28). Sum of RGB (Red+Green+Blue) = 248+211+28=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D31C is #072CE3. Grayscale: #C9C9C9. Windows color (decimal): -470244 or 1889272. OLE color: 1889272.

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

Color convert

RGB 248 211 28 -
CMYK 0 0.15 0.89 0.03
HSL 49.91º 0.94% 0.54% -
HSV(B) 49.91º 0.89% 0.97% -
XYZ 62.22 66.63 10.68 -
YUV 201.2 30.26 161.38 -
System Red Green Blue C M Y K H S L
Decimal 248 211 28 0 0.15 0.89 0.03 49.91 0.94 0.54
Hex F8 D3 1C 0 F 59 3 32 5E 36
Octal 370 323 34 0 17 131 3 62 136 66
Binary 11111000 11010011 11100 0 1111 1011001 11 110010 1011110 110110

Color Harmonies of #F8D31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D31C

Black with #F8D31C

Text Example


Text Example

White with #F8D31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D31C; }

 p { color: rgb(248,211,28); }

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

background-color css

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

 a { background-color: rgb(248,211,28); }

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

border-color css

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

 span { border-color: rgb(248,211,28); }

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