Html Css Color HEX #FAD42A Turbo

📋 copy color: '#FAD42A'

red 250 ◦ green 212 ◦ blue 42

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

Shades of Turbo #FAD42A

Tints of Turbo #FAD42A

RGB

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

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

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

R = 49.6%
G = 42.06%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAD42A (or 0xFAD42A) is known color: Turbo. HEX triplet: FA, D4 and 2A. RGB value is (250,212,42). Sum of RGB (Red+Green+Blue) = 250+212+42=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD42A is #052BD5. Grayscale: #CCCCCC. Windows color (decimal): -338902 or 2807034. OLE color: 2807034.

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

Color convert

RGB 250 212 42 -
CMYK 0 0.15 0.83 0.02
HSL 49.04º 0.95% 0.57% -
HSV(B) 49.04º 0.83% 0.98% -
XYZ 63.39 67.58 11.89 -
YUV 203.98 36.59 160.82 -
System Red Green Blue C M Y K H S L
Decimal 250 212 42 0 0.15 0.83 0.02 49.04 0.95 0.57
Hex FA D4 2A 0 F 53 2 31 5F 39
Octal 372 324 52 0 17 123 2 61 137 71
Binary 11111010 11010100 101010 0 1111 1010011 10 110001 1011111 111001

Color Harmonies of #FAD42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD42A

Black with #FAD42A

Text Example


Text Example

White with #FAD42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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