Html Css Color HEX #FADD21 Turbo

📋 copy color: '#FADD21'

red 250 ◦ green 221 ◦ blue 33

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

Shades of Turbo #FADD21

Tints of Turbo #FADD21

RGB

 RED value IS 250 (98.05% from 255) = 49.6%

 GREEN value IS 221 (86.72% from 255) = 43.85%

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

R = 49.6%
G = 43.85%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FADD21 (or 0xFADD21) is known color: Turbo. HEX triplet: FA, DD and 21. RGB value is (250,221,33). Sum of RGB (Red+Green+Blue) = 250+221+33=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD21 is #0522DE. Grayscale: #D1D1D1. Windows color (decimal): -336607 or 2219514. OLE color: 2219514.

HSL color Cylindrical-coordinate representation of color #FADD21: hue angle of 51.98º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FADD21 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 33 -
CMYK 0 0.12 0.87 0.02
HSL 51.98º 0.96% 0.55% -
HSV(B) 51.98º 0.87% 0.98% -
XYZ 65.56 72.15 11.91 -
YUV 208.24 29.11 157.79 -
System Red Green Blue C M Y K H S L
Decimal 250 221 33 0 0.12 0.87 0.02 51.98 0.96 0.55
Hex FA DD 21 0 C 57 2 34 60 37
Octal 372 335 41 0 14 127 2 64 140 67
Binary 11111010 11011101 100001 0 1100 1010111 10 110100 1100000 110111

Color Harmonies of #FADD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD21

Black with #FADD21

Text Example


Text Example

White with #FADD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD21; }

 p { color: rgb(250,221,33); }

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

background-color css

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

 a { background-color: rgb(250,221,33); }

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

border-color css

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

 span { border-color: rgb(250,221,33); }

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