Html Css Color HEX #F8D321 Turbo

📋 copy color: '#F8D321'

red 248 ◦ green 211 ◦ blue 33

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

Shades of Turbo #F8D321

Tints of Turbo #F8D321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.71%

R = 50.41%
G = 42.89%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F8D321 (or 0xF8D321) is known color: Turbo. HEX triplet: F8, D3 and 21. RGB value is (248,211,33). Sum of RGB (Red+Green+Blue) = 248+211+33=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D321 is #072CDE. Grayscale: #CACACA. Windows color (decimal): -470239 or 2216952. OLE color: 2216952.

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

Color convert

RGB 248 211 33 -
CMYK 0 0.15 0.87 0.03
HSL 49.67º 0.94% 0.55% -
HSV(B) 49.67º 0.87% 0.97% -
XYZ 62.28 66.65 11.02 -
YUV 201.77 32.76 160.97 -
System Red Green Blue C M Y K H S L
Decimal 248 211 33 0 0.15 0.87 0.03 49.67 0.94 0.55
Hex F8 D3 21 0 F 57 3 32 5E 37
Octal 370 323 41 0 17 127 3 62 136 67
Binary 11111000 11010011 100001 0 1111 1010111 11 110010 1011110 110111

Color Harmonies of #F8D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D321

Black with #F8D321

Text Example


Text Example

White with #F8D321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D321; }

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

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

background-color css

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

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

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

border-color css

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

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

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