Html Css Color HEX #FDC235 Sunglow

📋 copy color: '#FDC235'

red 253 ◦ green 194 ◦ blue 53

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

Shades of Sunglow #FDC235

Tints of Sunglow #FDC235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.6%

R = 50.6%
G = 38.8%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDC235 (or 0xFDC235) is known color: Sunglow. HEX triplet: FD, C2 and 35. RGB value is (253,194,53). Sum of RGB (Red+Green+Blue) = 253+194+53=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC235 is #023DCA. Grayscale: #C4C4C4. Windows color (decimal): -146891 or 3523325. OLE color: 3523325.

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

Color convert

RGB 253 194 53 -
CMYK 0 0.23 0.79 0.01
HSL 42.3º 0.98% 0.6% -
HSV(B) 42.3º 0.79% 0.99% -
XYZ 60.44 59.72 11.71 -
YUV 195.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 253 194 53 0 0.23 0.79 0.01 42.3 0.98 0.6
Hex FD C2 35 0 17 4F 1 2A 62 3C
Octal 375 302 65 0 27 117 1 52 142 74
Binary 11111101 11000010 110101 0 10111 1001111 1 101010 1100010 111100

Color Harmonies of #FDC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC235

Black with #FDC235

Text Example


Text Example

White with #FDC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC235; }

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

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

background-color css

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

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

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

border-color css

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

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

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