Html Css Color HEX #FAD327 Turbo

📋 copy color: '#FAD327'

red 250 ◦ green 211 ◦ blue 39

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

Shades of Turbo #FAD327

Tints of Turbo #FAD327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.8%

R = 50%
G = 42.2%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAD327 (or 0xFAD327) is known color: Turbo. HEX triplet: FA, D3 and 27. RGB value is (250,211,39). Sum of RGB (Red+Green+Blue) = 250+211+39=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 39 (15.62% from 255 or 7.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD327 is #052CD8. Grayscale: #CBCBCB. Windows color (decimal): -339161 or 2610170. OLE color: 2610170.

HSL color Cylindrical-coordinate representation of color #FAD327: hue angle of 48.91º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAD327 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 39 -
CMYK 0 0.16 0.84 0.02
HSL 48.91º 0.95% 0.57% -
HSV(B) 48.91º 0.84% 0.98% -
XYZ 63.08 67.06 11.54 -
YUV 203.05 35.42 161.49 -
System Red Green Blue C M Y K H S L
Decimal 250 211 39 0 0.16 0.84 0.02 48.91 0.95 0.57
Hex FA D3 27 0 10 54 2 31 5F 39
Octal 372 323 47 0 20 124 2 61 137 71
Binary 11111010 11010011 100111 0 10000 1010100 10 110001 1011111 111001

Color Harmonies of #FAD327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD327

Black with #FAD327

Text Example


Text Example

White with #FAD327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD327; }

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

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

background-color css

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

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

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

border-color css

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

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

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