Html Css Color HEX #FDD321 Turbo

📋 copy color: '#FDD321'

red 253 ◦ green 211 ◦ blue 33

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

Shades of Turbo #FDD321

Tints of Turbo #FDD321

RGB

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

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

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

R = 50.91%
G = 42.45%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD321 (or 0xFDD321) is known color: Turbo. HEX triplet: FD, D3 and 21. RGB value is (253,211,33). Sum of RGB (Red+Green+Blue) = 253+211+33=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD321 is #022CDE. Grayscale: #CCCCCC. Windows color (decimal): -142559 or 2216957. OLE color: 2216957.

HSL color Cylindrical-coordinate representation of color #FDD321: hue angle of 48.55º 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 #FDD321 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 33 -
CMYK 0 0.17 0.87 0.01
HSL 48.55º 0.98% 0.56% -
HSV(B) 48.55º 0.87% 0.99% -
XYZ 64.08 67.58 11.11 -
YUV 203.27 31.91 163.47 -
System Red Green Blue C M Y K H S L
Decimal 253 211 33 0 0.17 0.87 0.01 48.55 0.98 0.56
Hex FD D3 21 0 11 57 1 31 62 38
Octal 375 323 41 0 21 127 1 61 142 70
Binary 11111101 11010011 100001 0 10001 1010111 1 110001 1100010 111000

Color Harmonies of #FDD321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD321

Black with #FDD321

Text Example


Text Example

White with #FDD321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD321; }

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

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

background-color css

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

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

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

border-color css

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

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

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