Html Css Color HEX #FAD624 Turbo

📋 copy color: '#FAD624'

red 250 ◦ green 214 ◦ blue 36

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

Shades of Turbo #FAD624

Tints of Turbo #FAD624

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 36 (14.45% from 255) = 7.2%

R = 50%
G = 42.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAD624 (or 0xFAD624) is known color: Turbo. HEX triplet: FA, D6 and 24. RGB value is (250,214,36). Sum of RGB (Red+Green+Blue) = 250+214+36=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD624 is #0529DB. Grayscale: #CDCDCD. Windows color (decimal): -338396 or 2414330. OLE color: 2414330.

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

Color convert

RGB 250 214 36 -
CMYK 0 0.14 0.86 0.02
HSL 49.91º 0.96% 0.56% -
HSV(B) 49.91º 0.86% 0.98% -
XYZ 63.79 68.54 11.54 -
YUV 204.47 32.93 160.47 -
System Red Green Blue C M Y K H S L
Decimal 250 214 36 0 0.14 0.86 0.02 49.91 0.96 0.56
Hex FA D6 24 0 E 56 2 32 60 38
Octal 372 326 44 0 16 126 2 62 140 70
Binary 11111010 11010110 100100 0 1110 1010110 10 110010 1100000 111000

Color Harmonies of #FAD624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD624

Black with #FAD624

Text Example


Text Example

White with #FAD624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD624; }

 p { color: rgb(250,214,36); }

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

background-color css

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

 a { background-color: rgb(250,214,36); }

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

border-color css

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

 span { border-color: rgb(250,214,36); }

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