Html Css Color HEX #FDC92E Sunglow

📋 copy color: '#FDC92E'

red 253 ◦ green 201 ◦ blue 46

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

Shades of Sunglow #FDC92E

Tints of Sunglow #FDC92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 46 (18.36% from 255) = 9.2%

R = 50.6%
G = 40.2%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDC92E (or 0xFDC92E) is known color: Sunglow. HEX triplet: FD, C9 and 2E. RGB value is (253,201,46). Sum of RGB (Red+Green+Blue) = 253+201+46=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC92E is #0236D1. Grayscale: #C7C7C7. Windows color (decimal): -145106 or 3066365. OLE color: 3066365.

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

Color convert

RGB 253 201 46 -
CMYK 0 0.21 0.82 0.01
HSL 44.93º 0.98% 0.59% -
HSV(B) 44.93º 0.82% 0.99% -
XYZ 61.89 62.85 11.45 -
YUV 198.88 41.73 166.6 -
System Red Green Blue C M Y K H S L
Decimal 253 201 46 0 0.21 0.82 0.01 44.93 0.98 0.59
Hex FD C9 2E 0 15 52 1 2D 62 3B
Octal 375 311 56 0 25 122 1 55 142 73
Binary 11111101 11001001 101110 0 10101 1010010 1 101101 1100010 111011

Color Harmonies of #FDC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC92E

Black with #FDC92E

Text Example


Text Example

White with #FDC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC92E; }

 p { color: rgb(253,201,46); }

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

background-color css

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

 a { background-color: rgb(253,201,46); }

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

border-color css

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

 span { border-color: rgb(253,201,46); }

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