Html Css Color HEX #FDCD2F Sunglow

📋 copy color: '#FDCD2F'

red 253 ◦ green 205 ◦ blue 47

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

Shades of Sunglow #FDCD2F

Tints of Sunglow #FDCD2F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

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

R = 50.1%
G = 40.59%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDCD2F (or 0xFDCD2F) is known color: Sunglow. HEX triplet: FD, CD and 2F. RGB value is (253,205,47). Sum of RGB (Red+Green+Blue) = 253+205+47=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD2F is #0232D0. Grayscale: #CACACA. Windows color (decimal): -144081 or 3132925. OLE color: 3132925.

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

Color convert

RGB 253 205 47 -
CMYK 0 0.19 0.81 0.01
HSL 46.02º 0.98% 0.59% -
HSV(B) 46.02º 0.81% 0.99% -
XYZ 62.85 64.75 11.87 -
YUV 201.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 253 205 47 0 0.19 0.81 0.01 46.02 0.98 0.59
Hex FD CD 2F 0 13 51 1 2E 62 3B
Octal 375 315 57 0 23 121 1 56 142 73
Binary 11111101 11001101 101111 0 10011 1010001 1 101110 1100010 111011

Color Harmonies of #FDCD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD2F

Black with #FDCD2F

Text Example


Text Example

White with #FDCD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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