Html Css Color HEX #FFD53A Sunglow

📋 copy color: '#FFD53A'

red 255 ◦ green 213 ◦ blue 58

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

Shades of Sunglow #FFD53A

Tints of Sunglow #FFD53A

RGB

 RED value IS 255 (100% from 255) = 48.48%

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

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

R = 48.48%
G = 40.49%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFD53A (or 0xFFD53A) is known color: Sunglow. HEX triplet: FF, D5 and 3A. RGB value is (255,213,58). Sum of RGB (Red+Green+Blue) = 255+213+58=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD53A is #002AC5. Grayscale: #D0D0D0. Windows color (decimal): -10950 or 3855871. OLE color: 3855871.

HSL color Cylindrical-coordinate representation of color #FFD53A: hue angle of 47.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD53A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 58 -
CMYK 0 0.16 0.77 0
HSL 47.21º 1% 0.61% -
HSV(B) 47.21º 0.77% 1% -
XYZ 65.8 69.15 13.88 -
YUV 207.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 255 213 58 0 0.16 0.77 0 47.21 1 0.61
Hex FF D5 3A 0 10 4D 0 2F 64 3D
Octal 377 325 72 0 20 115 0 57 144 75
Binary 11111111 11010101 111010 0 10000 1001101 0 101111 1100100 111101

Color Harmonies of #FFD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD53A

Black with #FFD53A

Text Example


Text Example

White with #FFD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD53A; }

 p { color: rgb(255,213,58); }

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

background-color css

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

 a { background-color: rgb(255,213,58); }

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

border-color css

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

 span { border-color: rgb(255,213,58); }

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