Html Css Color HEX #FAD41E Turbo

📋 copy color: '#FAD41E'

red 250 ◦ green 212 ◦ blue 30

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

Shades of Turbo #FAD41E

Tints of Turbo #FAD41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.1%

R = 50.81%
G = 43.09%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAD41E (or 0xFAD41E) is known color: Turbo. HEX triplet: FA, D4 and 1E. RGB value is (250,212,30). Sum of RGB (Red+Green+Blue) = 250+212+30=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD41E is #052BE1. Grayscale: #CBCBCB. Windows color (decimal): -338914 or 2020602. OLE color: 2020602.

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

Color convert

RGB 250 212 30 -
CMYK 0 0.15 0.88 0.02
HSL 49.64º 0.96% 0.55% -
HSV(B) 49.64º 0.88% 0.98% -
XYZ 63.2 67.5 10.93 -
YUV 202.61 30.59 161.8 -
System Red Green Blue C M Y K H S L
Decimal 250 212 30 0 0.15 0.88 0.02 49.64 0.96 0.55
Hex FA D4 1E 0 F 58 2 32 60 37
Octal 372 324 36 0 17 130 2 62 140 67
Binary 11111010 11010100 11110 0 1111 1011000 10 110010 1100000 110111

Color Harmonies of #FAD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD41E

Black with #FAD41E

Text Example


Text Example

White with #FAD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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