Html Css Color HEX #FFD530 Sunglow

📋 copy color: '#FFD530'

red 255 ◦ green 213 ◦ blue 48

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

Shades of Sunglow #FFD530

Tints of Sunglow #FFD530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.3%

R = 49.42%
G = 41.28%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFD530 (or 0xFFD530) is known color: Sunglow. HEX triplet: FF, D5 and 30. RGB value is (255,213,48). Sum of RGB (Red+Green+Blue) = 255+213+48=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD530 is #002ACF. Grayscale: #CFCFCF. Windows color (decimal): -10960 or 3200511. OLE color: 3200511.

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

Color convert

RGB 255 213 48 -
CMYK 0 0.16 0.81 0
HSL 47.83º 1% 0.59% -
HSV(B) 47.83º 0.81% 1% -
XYZ 65.57 69.06 12.67 -
YUV 206.75 38.41 162.42 -
System Red Green Blue C M Y K H S L
Decimal 255 213 48 0 0.16 0.81 0 47.83 1 0.59
Hex FF D5 30 0 10 51 0 30 64 3B
Octal 377 325 60 0 20 121 0 60 144 73
Binary 11111111 11010101 110000 0 10000 1010001 0 110000 1100100 111011

Color Harmonies of #FFD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD530

Black with #FFD530

Text Example


Text Example

White with #FFD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD530; }

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

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

background-color css

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

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

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

border-color css

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

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

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