Html Css Color HEX #FCC630 Sunglow

📋 copy color: '#FCC630'

red 252 ◦ green 198 ◦ blue 48

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

Shades of Sunglow #FCC630

Tints of Sunglow #FCC630

RGB

 RED value IS 252 (98.83% from 255) = 50.6%

 GREEN value IS 198 (77.73% from 255) = 39.76%

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

R = 50.6%
G = 39.76%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC630 (or 0xFCC630) is known color: Sunglow. HEX triplet: FC, C6 and 30. RGB value is (252,198,48). Sum of RGB (Red+Green+Blue) = 252+198+48=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC630 is #0339CF. Grayscale: #C5C5C5. Windows color (decimal): -211408 or 3196668. OLE color: 3196668.

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

Color convert

RGB 252 198 48 -
CMYK 0 0.21 0.81 0.01
HSL 44.12º 0.97% 0.59% -
HSV(B) 44.12º 0.81% 0.99% -
XYZ 60.87 61.3 11.42 -
YUV 197.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 252 198 48 0 0.21 0.81 0.01 44.12 0.97 0.59
Hex FC C6 30 0 15 51 1 2C 61 3B
Octal 374 306 60 0 25 121 1 54 141 73
Binary 11111100 11000110 110000 0 10101 1010001 1 101100 1100001 111011

Color Harmonies of #FCC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC630

Black with #FCC630

Text Example


Text Example

White with #FCC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC630; }

 p { color: rgb(252,198,48); }

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

background-color css

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

 a { background-color: rgb(252,198,48); }

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

border-color css

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

 span { border-color: rgb(252,198,48); }

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