Html Css Color HEX #FAD228 Turbo

📋 copy color: '#FAD228'

red 250 ◦ green 210 ◦ blue 40

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

Shades of Turbo #FAD228

Tints of Turbo #FAD228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42%

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

R = 50%
G = 42%
B = 8%

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

#FAD228 (or 0xFAD228) is known color: Turbo. HEX triplet: FA, D2 and 28. RGB value is (250,210,40). Sum of RGB (Red+Green+Blue) = 250+210+40=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD228 is #052DD7. Grayscale: #CBCBCB. Windows color (decimal): -339416 or 2675450. OLE color: 2675450.

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

Color convert

RGB 250 210 40 -
CMYK 0 0.16 0.84 0.02
HSL 48.57º 0.95% 0.57% -
HSV(B) 48.57º 0.84% 0.98% -
XYZ 62.85 66.57 11.54 -
YUV 202.58 36.25 161.82 -
System Red Green Blue C M Y K H S L
Decimal 250 210 40 0 0.16 0.84 0.02 48.57 0.95 0.57
Hex FA D2 28 0 10 54 2 31 5F 39
Octal 372 322 50 0 20 124 2 61 137 71
Binary 11111010 11010010 101000 0 10000 1010100 10 110001 1011111 111001

Color Harmonies of #FAD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD228

Black with #FAD228

Text Example


Text Example

White with #FAD228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD228; }

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

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

background-color css

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

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

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

border-color css

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

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

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