Html Css Color HEX #FDC92F Sunglow

📋 copy color: '#FDC92F'

red 253 ◦ green 201 ◦ blue 47

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

Shades of Sunglow #FDC92F

Tints of Sunglow #FDC92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.38%

R = 50.5%
G = 40.12%
B = 9.38%

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

#FDC92F (or 0xFDC92F) is known color: Sunglow. HEX triplet: FD, C9 and 2F. RGB value is (253,201,47). Sum of RGB (Red+Green+Blue) = 253+201+47=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC92F is #0236D0. Grayscale: #C7C7C7. Windows color (decimal): -145105 or 3131901. OLE color: 3131901.

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

Color convert

RGB 253 201 47 -
CMYK 0 0.21 0.81 0.01
HSL 44.85º 0.98% 0.59% -
HSV(B) 44.85º 0.81% 0.99% -
XYZ 61.91 62.86 11.56 -
YUV 198.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 253 201 47 0 0.21 0.81 0.01 44.85 0.98 0.59
Hex FD C9 2F 0 15 51 1 2D 62 3B
Octal 375 311 57 0 25 121 1 55 142 73
Binary 11111101 11001001 101111 0 10101 1010001 1 101101 1100010 111011

Color Harmonies of #FDC92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC92F

Black with #FDC92F

Text Example


Text Example

White with #FDC92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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