Html Css Color HEX #FAD41C Turbo

📋 copy color: '#FAD41C'

red 250 ◦ green 212 ◦ blue 28

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

Shades of Turbo #FAD41C

Tints of Turbo #FAD41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.27%

 BLUE value IS 28 (11.33% from 255) = 5.71%

R = 51.02%
G = 43.27%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAD41C (or 0xFAD41C) is known color: Turbo. HEX triplet: FA, D4 and 1C. RGB value is (250,212,28). Sum of RGB (Red+Green+Blue) = 250+212+28=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD41C is #052BE3. Grayscale: #CBCBCB. Windows color (decimal): -338916 or 1889530. OLE color: 1889530.

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

Color convert

RGB 250 212 28 -
CMYK 0 0.15 0.89 0.02
HSL 49.73º 0.96% 0.55% -
HSV(B) 49.73º 0.89% 0.98% -
XYZ 63.18 67.49 10.8 -
YUV 202.39 29.59 161.96 -
System Red Green Blue C M Y K H S L
Decimal 250 212 28 0 0.15 0.89 0.02 49.73 0.96 0.55
Hex FA D4 1C 0 F 59 2 32 60 37
Octal 372 324 34 0 17 131 2 62 140 67
Binary 11111010 11010100 11100 0 1111 1011001 10 110010 1100000 110111

Color Harmonies of #FAD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD41C

Black with #FAD41C

Text Example


Text Example

White with #FAD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD41C; }

 p { color: rgb(250,212,28); }

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

background-color css

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

 a { background-color: rgb(250,212,28); }

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

border-color css

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

 span { border-color: rgb(250,212,28); }

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