Html Css Color HEX #FFC530 Sunglow

📋 copy color: '#FFC530'

red 255 ◦ green 197 ◦ blue 48

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

Shades of Sunglow #FFC530

Tints of Sunglow #FFC530

RGB

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

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

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

R = 51%
G = 39.4%
B = 9.6%

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

#FFC530 (or 0xFFC530) is known color: Sunglow. HEX triplet: FF, C5 and 30. RGB value is (255,197,48). Sum of RGB (Red+Green+Blue) = 255+197+48=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC530 is #003ACF. Grayscale: #C6C6C6. Windows color (decimal): -15056 or 3196415. OLE color: 3196415.

HSL color Cylindrical-coordinate representation of color #FFC530: hue angle of 43.19º 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 #FFC530 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 197 48 -
CMYK 0 0.23 0.81 0
HSL 43.19º 1% 0.59% -
HSV(B) 43.19º 0.81% 1% -
XYZ 61.74 61.41 11.39 -
YUV 197.36 43.72 169.12 -
System Red Green Blue C M Y K H S L
Decimal 255 197 48 0 0.23 0.81 0 43.19 1 0.59
Hex FF C5 30 0 17 51 0 2B 64 3B
Octal 377 305 60 0 27 121 0 53 144 73
Binary 11111111 11000101 110000 0 10111 1010001 0 101011 1100100 111011

Color Harmonies of #FFC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC530

Black with #FFC530

Text Example


Text Example

White with #FFC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC530; }

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

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

background-color css

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

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

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

border-color css

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

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

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