Html Css Color HEX #FAD328 Turbo

📋 copy color: '#FAD328'

red 250 ◦ green 211 ◦ blue 40

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

Shades of Turbo #FAD328

Tints of Turbo #FAD328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.98%

R = 49.9%
G = 42.12%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAD328 (or 0xFAD328) is known color: Turbo. HEX triplet: FA, D3 and 28. RGB value is (250,211,40). Sum of RGB (Red+Green+Blue) = 250+211+40=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD328 is #052CD7. Grayscale: #CBCBCB. Windows color (decimal): -339160 or 2675706. OLE color: 2675706.

HSL color Cylindrical-coordinate representation of color #FAD328: hue angle of 48.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAD328 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 40 -
CMYK 0 0.16 0.84 0.02
HSL 48.86º 0.95% 0.57% -
HSV(B) 48.86º 0.84% 0.98% -
XYZ 63.1 67.07 11.63 -
YUV 203.17 35.92 161.4 -
System Red Green Blue C M Y K H S L
Decimal 250 211 40 0 0.16 0.84 0.02 48.86 0.95 0.57
Hex FA D3 28 0 10 54 2 31 5F 39
Octal 372 323 50 0 20 124 2 61 137 71
Binary 11111010 11010011 101000 0 10000 1010100 10 110001 1011111 111001

Color Harmonies of #FAD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD328

Black with #FAD328

Text Example


Text Example

White with #FAD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD328; }

 p { color: rgb(250,211,40); }

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

background-color css

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

 a { background-color: rgb(250,211,40); }

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

border-color css

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

 span { border-color: rgb(250,211,40); }

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