Html Css Color HEX #FAD226 Turbo

📋 copy color: '#FAD226'

red 250 ◦ green 210 ◦ blue 38

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

Shades of Turbo #FAD226

Tints of Turbo #FAD226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.63%

R = 50.2%
G = 42.17%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAD226 (or 0xFAD226) is known color: Turbo. HEX triplet: FA, D2 and 26. RGB value is (250,210,38). Sum of RGB (Red+Green+Blue) = 250+210+38=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD226 is #052DD9. Grayscale: #CBCBCB. Windows color (decimal): -339418 or 2544378. OLE color: 2544378.

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

Color convert

RGB 250 210 38 -
CMYK 0 0.16 0.85 0.02
HSL 48.68º 0.95% 0.56% -
HSV(B) 48.68º 0.85% 0.98% -
XYZ 62.82 66.56 11.37 -
YUV 202.35 35.25 161.99 -
System Red Green Blue C M Y K H S L
Decimal 250 210 38 0 0.16 0.85 0.02 48.68 0.95 0.56
Hex FA D2 26 0 10 55 2 31 5F 38
Octal 372 322 46 0 20 125 2 61 137 70
Binary 11111010 11010010 100110 0 10000 1010101 10 110001 1011111 111000

Color Harmonies of #FAD226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD226

Black with #FAD226

Text Example


Text Example

White with #FAD226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD226; }

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

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

background-color css

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

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

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

border-color css

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

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

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