Html Css Color HEX #FDD522 Turbo

📋 copy color: '#FDD522'

red 253 ◦ green 213 ◦ blue 34

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

Shades of Turbo #FDD522

Tints of Turbo #FDD522

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

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

 BLUE value IS 34 (13.67% from 255) = 6.8%

R = 50.6%
G = 42.6%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD522 (or 0xFDD522) is known color: Turbo. HEX triplet: FD, D5 and 22. RGB value is (253,213,34). Sum of RGB (Red+Green+Blue) = 253+213+34=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD522 is #022ADD. Grayscale: #CDCDCD. Windows color (decimal): -142046 or 2283005. OLE color: 2283005.

HSL color Cylindrical-coordinate representation of color #FDD522: hue angle of 49.04º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDD522 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 34 -
CMYK 0 0.16 0.87 0.01
HSL 49.04º 0.98% 0.56% -
HSV(B) 49.04º 0.87% 0.99% -
XYZ 64.59 68.59 11.35 -
YUV 204.55 31.75 162.55 -
System Red Green Blue C M Y K H S L
Decimal 253 213 34 0 0.16 0.87 0.01 49.04 0.98 0.56
Hex FD D5 22 0 10 57 1 31 62 38
Octal 375 325 42 0 20 127 1 61 142 70
Binary 11111101 11010101 100010 0 10000 1010111 1 110001 1100010 111000

Color Harmonies of #FDD522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD522

Black with #FDD522

Text Example


Text Example

White with #FDD522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD522; }

 p { color: rgb(253,213,34); }

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

background-color css

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

 a { background-color: rgb(253,213,34); }

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

border-color css

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

 span { border-color: rgb(253,213,34); }

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