Html Css Color HEX #FAD31E Turbo

📋 copy color: '#FAD31E'

red 250 ◦ green 211 ◦ blue 30

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

Shades of Turbo #FAD31E

Tints of Turbo #FAD31E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

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

R = 50.92%
G = 42.97%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAD31E (or 0xFAD31E) is known color: Turbo. HEX triplet: FA, D3 and 1E. RGB value is (250,211,30). Sum of RGB (Red+Green+Blue) = 250+211+30=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD31E is #052CE1. Grayscale: #CACACA. Windows color (decimal): -339170 or 2020346. OLE color: 2020346.

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

Color convert

RGB 250 211 30 -
CMYK 0 0.16 0.88 0.02
HSL 49.36º 0.96% 0.55% -
HSV(B) 49.36º 0.88% 0.98% -
XYZ 62.95 67.01 10.84 -
YUV 202.03 30.92 162.22 -
System Red Green Blue C M Y K H S L
Decimal 250 211 30 0 0.16 0.88 0.02 49.36 0.96 0.55
Hex FA D3 1E 0 10 58 2 31 60 37
Octal 372 323 36 0 20 130 2 61 140 67
Binary 11111010 11010011 11110 0 10000 1011000 10 110001 1100000 110111

Color Harmonies of #FAD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD31E

Black with #FAD31E

Text Example


Text Example

White with #FAD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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