Html Css Color HEX #FAD428 Turbo

📋 copy color: '#FAD428'

red 250 ◦ green 212 ◦ blue 40

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

Shades of Turbo #FAD428

Tints of Turbo #FAD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.23%

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

R = 49.8%
G = 42.23%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAD428 (or 0xFAD428) is known color: Turbo. HEX triplet: FA, D4 and 28. RGB value is (250,212,40). Sum of RGB (Red+Green+Blue) = 250+212+40=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD428 is #052BD7. Grayscale: #CCCCCC. Windows color (decimal): -338904 or 2675962. OLE color: 2675962.

HSL color Cylindrical-coordinate representation of color #FAD428: hue angle of 49.14º 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 #FAD428 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 40 -
CMYK 0 0.15 0.84 0.02
HSL 49.14º 0.95% 0.57% -
HSV(B) 49.14º 0.84% 0.98% -
XYZ 63.35 67.56 11.71 -
YUV 203.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 250 212 40 0 0.15 0.84 0.02 49.14 0.95 0.57
Hex FA D4 28 0 F 54 2 31 5F 39
Octal 372 324 50 0 17 124 2 61 137 71
Binary 11111010 11010100 101000 0 1111 1010100 10 110001 1011111 111001

Color Harmonies of #FAD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD428

Black with #FAD428

Text Example


Text Example

White with #FAD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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