Html Css Color HEX #F4D521 Turbo

📋 copy color: '#F4D521'

red 244 ◦ green 213 ◦ blue 33

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

Shades of Turbo #F4D521

Tints of Turbo #F4D521

RGB

 RED value IS 244 (95.7% from 255) = 49.8%

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 49.8%
G = 43.47%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F4D521 (or 0xF4D521) is known color: Turbo. HEX triplet: F4, D5 and 21. RGB value is (244,213,33). Sum of RGB (Red+Green+Blue) = 244+213+33=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D521 is #0B2ADE. Grayscale: #CACACA. Windows color (decimal): -731871 or 2217460. OLE color: 2217460.

HSL color Cylindrical-coordinate representation of color #F4D521: hue angle of 51.18º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4D521 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 213 33 -
CMYK 0 0.13 0.86 0.04
HSL 51.18º 0.91% 0.54% -
HSV(B) 51.18º 0.86% 0.96% -
XYZ 61.38 66.93 11.12 -
YUV 201.75 32.77 158.14 -
System Red Green Blue C M Y K H S L
Decimal 244 213 33 0 0.13 0.86 0.04 51.18 0.91 0.54
Hex F4 D5 21 0 D 56 4 33 5B 36
Octal 364 325 41 0 15 126 4 63 133 66
Binary 11110100 11010101 100001 0 1101 1010110 100 110011 1011011 110110

Color Harmonies of #F4D521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D521

Black with #F4D521

Text Example


Text Example

White with #F4D521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D521; }

 p { color: rgb(244,213,33); }

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

background-color css

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

 a { background-color: rgb(244,213,33); }

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

border-color css

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

 span { border-color: rgb(244,213,33); }

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