Html Css Color HEX #FCC23A Sunglow

📋 copy color: '#FCC23A'

red 252 ◦ green 194 ◦ blue 58

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

Shades of Sunglow #FCC23A

Tints of Sunglow #FCC23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

 BLUE value IS 58 (23.05% from 255) = 11.51%

R = 50%
G = 38.49%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCC23A (or 0xFCC23A) is known color: Sunglow. HEX triplet: FC, C2 and 3A. RGB value is (252,194,58). Sum of RGB (Red+Green+Blue) = 252+194+58=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC23A is #033DC5. Grayscale: #C4C4C4. Windows color (decimal): -212422 or 3851004. OLE color: 3851004.

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

Color convert

RGB 252 194 58 -
CMYK 0 0.23 0.77 0.01
HSL 42.06º 0.97% 0.61% -
HSV(B) 42.06º 0.77% 0.99% -
XYZ 60.2 59.58 12.33 -
YUV 195.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 252 194 58 0 0.23 0.77 0.01 42.06 0.97 0.61
Hex FC C2 3A 0 17 4D 1 2A 61 3D
Octal 374 302 72 0 27 115 1 52 141 75
Binary 11111100 11000010 111010 0 10111 1001101 1 101010 1100001 111101

Color Harmonies of #FCC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC23A

Black with #FCC23A

Text Example


Text Example

White with #FCC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC23A; }

 p { color: rgb(252,194,58); }

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

background-color css

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

 a { background-color: rgb(252,194,58); }

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

border-color css

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

 span { border-color: rgb(252,194,58); }

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