Html Css Color HEX #FFC531 Sunglow

📋 copy color: '#FFC531'

red 255 ◦ green 197 ◦ blue 49

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

Shades of Sunglow #FFC531

Tints of Sunglow #FFC531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.32%

 BLUE value IS 49 (19.53% from 255) = 9.78%

R = 50.9%
G = 39.32%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFC531 (or 0xFFC531) is known color: Sunglow. HEX triplet: FF, C5 and 31. RGB value is (255,197,49). Sum of RGB (Red+Green+Blue) = 255+197+49=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC531 is #003ACE. Grayscale: #C6C6C6. Windows color (decimal): -15055 or 3261951. OLE color: 3261951.

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

Color convert

RGB 255 197 49 -
CMYK 0 0.23 0.81 0
HSL 43.11º 1% 0.6% -
HSV(B) 43.11º 0.81% 1% -
XYZ 61.76 61.41 11.5 -
YUV 197.47 44.22 169.03 -
System Red Green Blue C M Y K H S L
Decimal 255 197 49 0 0.23 0.81 0 43.11 1 0.6
Hex FF C5 31 0 17 51 0 2B 64 3C
Octal 377 305 61 0 27 121 0 53 144 74
Binary 11111111 11000101 110001 0 10111 1010001 0 101011 1100100 111100

Color Harmonies of #FFC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC531

Black with #FFC531

Text Example


Text Example

White with #FFC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC531; }

 p { color: rgb(255,197,49); }

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

background-color css

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

 a { background-color: rgb(255,197,49); }

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

border-color css

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

 span { border-color: rgb(255,197,49); }

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