Html Css Color HEX #FAD527 Turbo

📋 copy color: '#FAD527'

red 250 ◦ green 213 ◦ blue 39

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

Shades of Turbo #FAD527

Tints of Turbo #FAD527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 39 (15.63% from 255) = 7.77%

R = 49.8%
G = 42.43%
B = 7.77%

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

#FAD527 (or 0xFAD527) is known color: Turbo. HEX triplet: FA, D5 and 27. RGB value is (250,213,39). Sum of RGB (Red+Green+Blue) = 250+213+39=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD527 is #052AD8. Grayscale: #CCCCCC. Windows color (decimal): -338649 or 2610682. OLE color: 2610682.

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

Color convert

RGB 250 213 39 -
CMYK 0 0.15 0.84 0.02
HSL 49.48º 0.95% 0.57% -
HSV(B) 49.48º 0.84% 0.98% -
XYZ 63.58 68.06 11.7 -
YUV 204.23 34.76 160.65 -
System Red Green Blue C M Y K H S L
Decimal 250 213 39 0 0.15 0.84 0.02 49.48 0.95 0.57
Hex FA D5 27 0 F 54 2 31 5F 39
Octal 372 325 47 0 17 124 2 61 137 71
Binary 11111010 11010101 100111 0 1111 1010100 10 110001 1011111 111001

Color Harmonies of #FAD527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD527

Black with #FAD527

Text Example


Text Example

White with #FAD527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD527; }

 p { color: rgb(250,213,39); }

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

background-color css

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

 a { background-color: rgb(250,213,39); }

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

border-color css

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

 span { border-color: rgb(250,213,39); }

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