#FFC730

Color #FFC730 Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FFC730

Tints of Sunglow #FFC730

Color information

#FFC730 (or 0xFFC730) is unknown color: approx Sunglow. HEX triplet: FF, C7 and 30. RGB value is (255,199,48). Sum of RGB (Red+Green+Blue) = 255+199+48=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC730 is #0038CF. Grayscale: #C7C7C7. Windows color (decimal): -14544 or 3196927. OLE color: 3196927.

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

Color convert

RGB25519948-
CMYK00.220.810
HSL43.77º100%59.41%-
HSV(B)43.77º81.18%100%-
XYZ62.262.3211.55-
YUV198.5343.05168.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 48 (19.14% from 255) = 9.56%
R=50.80%
G=39.64%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551994800.220.81043.7710059.41
HexFFC7300165102c643b
Octal3773076002612105414473
Binary1111111111000111110000010110101000101011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC730; }

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

 H1.HeaderClassName
 {
   color: #FFC730;
 }
 .AnyTagClassName
 {
   color: #FFC730;
 }
</style>
background-color css

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

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

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

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

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

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