Html Css Color HEX #FAD918 Turbo

📋 copy color: '#FAD918'

red 250 ◦ green 217 ◦ blue 24

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

Shades of Turbo #FAD918

Tints of Turbo #FAD918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 24 (9.77% from 255) = 4.89%

R = 50.92%
G = 44.2%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAD918 (or 0xFAD918) is known color: Turbo. HEX triplet: FA, D9 and 18. RGB value is (250,217,24). Sum of RGB (Red+Green+Blue) = 250+217+24=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD918 is #0526E7. Grayscale: #CDCDCD. Windows color (decimal): -337640 or 1628666. OLE color: 1628666.

HSL color Cylindrical-coordinate representation of color #FAD918: hue angle of 51.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAD918 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 217 24 -
CMYK 0 0.13 0.90 0.02
HSL 51.24º 0.96% 0.54% -
HSV(B) 51.24º 0.9% 0.98% -
XYZ 64.4 70.02 10.98 -
YUV 204.87 25.93 160.19 -
System Red Green Blue C M Y K H S L
Decimal 250 217 24 0 0.13 0.90 0.02 51.24 0.96 0.54
Hex FA D9 18 0 D 5A 2 33 60 36
Octal 372 331 30 0 15 132 2 63 140 66
Binary 11111010 11011001 11000 0 1101 1011010 10 110011 1100000 110110

Color Harmonies of #FAD918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD918

Black with #FAD918

Text Example


Text Example

White with #FAD918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD918; }

 p { color: rgb(250,217,24); }

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

background-color css

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

 a { background-color: rgb(250,217,24); }

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

border-color css

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

 span { border-color: rgb(250,217,24); }

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