Html Css Color HEX #FDC23A Sunglow

📋 copy color: '#FDC23A'

red 253 ◦ green 194 ◦ blue 58

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

Shades of Sunglow #FDC23A

Tints of Sunglow #FDC23A

RGB

 RED value IS 253 (99.22% from 255) = 50.1%

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

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

R = 50.1%
G = 38.42%
B = 11.49%

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

#FDC23A (or 0xFDC23A) is known color: Sunglow. HEX triplet: FD, C2 and 3A. RGB value is (253,194,58). Sum of RGB (Red+Green+Blue) = 253+194+58=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC23A is #023DC5. Grayscale: #C4C4C4. Windows color (decimal): -146886 or 3851005. OLE color: 3851005.

HSL color Cylindrical-coordinate representation of color #FDC23A: hue angle of 41.85º degrees, saturation: 0.98, 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 #FDC23A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 58 -
CMYK 0 0.23 0.77 0.01
HSL 41.85º 0.98% 0.61% -
HSV(B) 41.85º 0.77% 0.99% -
XYZ 60.56 59.77 12.35 -
YUV 196.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 253 194 58 0 0.23 0.77 0.01 41.85 0.98 0.61
Hex FD C2 3A 0 17 4D 1 2A 62 3D
Octal 375 302 72 0 27 115 1 52 142 75
Binary 11111101 11000010 111010 0 10111 1001101 1 101010 1100010 111101

Color Harmonies of #FDC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC23A

Black with #FDC23A

Text Example


Text Example

White with #FDC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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