Html Css Color HEX #FAD43A Sunglow

📋 copy color: '#FAD43A'

red 250 ◦ green 212 ◦ blue 58

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

Shades of Sunglow #FAD43A

Tints of Sunglow #FAD43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.15%

R = 48.08%
G = 40.77%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAD43A (or 0xFAD43A) is known color: Sunglow. HEX triplet: FA, D4 and 3A. RGB value is (250,212,58). Sum of RGB (Red+Green+Blue) = 250+212+58=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD43A is #052BC5. Grayscale: #CECECE. Windows color (decimal): -338886 or 3855610. OLE color: 3855610.

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

Color convert

RGB 250 212 58 -
CMYK 0 0.15 0.77 0.02
HSL 48.13º 0.95% 0.6% -
HSV(B) 48.13º 0.77% 0.98% -
XYZ 63.73 67.72 13.71 -
YUV 205.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 250 212 58 0 0.15 0.77 0.02 48.13 0.95 0.6
Hex FA D4 3A 0 F 4D 2 30 5F 3C
Octal 372 324 72 0 17 115 2 60 137 74
Binary 11111010 11010100 111010 0 1111 1001101 10 110000 1011111 111100

Color Harmonies of #FAD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD43A

Black with #FAD43A

Text Example


Text Example

White with #FAD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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