Html Css Color HEX #FAD92A Turbo

📋 copy color: '#FAD92A'

red 250 ◦ green 217 ◦ blue 42

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

Shades of Turbo #FAD92A

Tints of Turbo #FAD92A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

 BLUE value IS 42 (16.8% from 255) = 8.25%

R = 49.12%
G = 42.63%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAD92A (or 0xFAD92A) is known color: Turbo. HEX triplet: FA, D9 and 2A. RGB value is (250,217,42). Sum of RGB (Red+Green+Blue) = 250+217+42=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD92A is #0526D5. Grayscale: #CFCFCF. Windows color (decimal): -337622 or 2808314. OLE color: 2808314.

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

Color convert

RGB 250 217 42 -
CMYK 0 0.13 0.83 0.02
HSL 50.48º 0.95% 0.57% -
HSV(B) 50.48º 0.83% 0.98% -
XYZ 64.66 70.12 12.32 -
YUV 206.92 34.93 158.73 -
System Red Green Blue C M Y K H S L
Decimal 250 217 42 0 0.13 0.83 0.02 50.48 0.95 0.57
Hex FA D9 2A 0 D 53 2 32 5F 39
Octal 372 331 52 0 15 123 2 62 137 71
Binary 11111010 11011001 101010 0 1101 1010011 10 110010 1011111 111001

Color Harmonies of #FAD92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD92A

Black with #FAD92A

Text Example


Text Example

White with #FAD92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD92A; }

 p { color: rgb(250,217,42); }

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

background-color css

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

 a { background-color: rgb(250,217,42); }

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

border-color css

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

 span { border-color: rgb(250,217,42); }

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