Html Css Color HEX #FAD52A Turbo

📋 copy color: '#FAD52A'

red 250 ◦ green 213 ◦ blue 42

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

Shades of Turbo #FAD52A

Tints of Turbo #FAD52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

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

R = 49.5%
G = 42.18%
B = 8.32%

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

#FAD52A (or 0xFAD52A) is known color: Turbo. HEX triplet: FA, D5 and 2A. RGB value is (250,213,42). Sum of RGB (Red+Green+Blue) = 250+213+42=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD52A is #052AD5. Grayscale: #CDCDCD. Windows color (decimal): -338646 or 2807290. OLE color: 2807290.

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

Color convert

RGB 250 213 42 -
CMYK 0 0.15 0.83 0.02
HSL 49.33º 0.95% 0.57% -
HSV(B) 49.33º 0.83% 0.98% -
XYZ 63.64 68.08 11.98 -
YUV 204.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 250 213 42 0 0.15 0.83 0.02 49.33 0.95 0.57
Hex FA D5 2A 0 F 53 2 31 5F 39
Octal 372 325 52 0 17 123 2 61 137 71
Binary 11111010 11010101 101010 0 1111 1010011 10 110001 1011111 111001

Color Harmonies of #FAD52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD52A

Black with #FAD52A

Text Example


Text Example

White with #FAD52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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