Html Css Color HEX #FAD31F Turbo

📋 copy color: '#FAD31F'

red 250 ◦ green 211 ◦ blue 31

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

Shades of Turbo #FAD31F

Tints of Turbo #FAD31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.3%

R = 50.81%
G = 42.89%
B = 6.3%

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

#FAD31F (or 0xFAD31F) is known color: Turbo. HEX triplet: FA, D3 and 1F. RGB value is (250,211,31). Sum of RGB (Red+Green+Blue) = 250+211+31=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD31F is #052CE0. Grayscale: #CACACA. Windows color (decimal): -339169 or 2085882. OLE color: 2085882.

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

Color convert

RGB 250 211 31 -
CMYK 0 0.16 0.88 0.02
HSL 49.32º 0.96% 0.55% -
HSV(B) 49.32º 0.88% 0.98% -
XYZ 62.97 67.01 10.91 -
YUV 202.14 31.42 162.14 -
System Red Green Blue C M Y K H S L
Decimal 250 211 31 0 0.16 0.88 0.02 49.32 0.96 0.55
Hex FA D3 1F 0 10 58 2 31 60 37
Octal 372 323 37 0 20 130 2 61 140 67
Binary 11111010 11010011 11111 0 10000 1011000 10 110001 1100000 110111

Color Harmonies of #FAD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD31F

Black with #FAD31F

Text Example


Text Example

White with #FAD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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