Html Css Color HEX #FDD43F Sunglow

📋 copy color: '#FDD43F'

red 253 ◦ green 212 ◦ blue 63

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

Shades of Sunglow #FDD43F

Tints of Sunglow #FDD43F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

 BLUE value IS 63 (25% from 255) = 11.93%

R = 47.92%
G = 40.15%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDD43F (or 0xFDD43F) is known color: Sunglow. HEX triplet: FD, D4 and 3F. RGB value is (253,212,63). Sum of RGB (Red+Green+Blue) = 253+212+63=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 63 (25% from 255 or 11.93% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD43F is #022BC0. Grayscale: #CFCFCF. Windows color (decimal): -142273 or 4183293. OLE color: 4183293.

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

Color convert

RGB 253 212 63 -
CMYK 0 0.16 0.75 0.01
HSL 47.05º 0.98% 0.62% -
HSV(B) 47.05º 0.75% 0.99% -
XYZ 64.95 68.33 14.47 -
YUV 207.27 46.58 160.62 -
System Red Green Blue C M Y K H S L
Decimal 253 212 63 0 0.16 0.75 0.01 47.05 0.98 0.62
Hex FD D4 3F 0 10 4B 1 2F 62 3E
Octal 375 324 77 0 20 113 1 57 142 76
Binary 11111101 11010100 111111 0 10000 1001011 1 101111 1100010 111110

Color Harmonies of #FDD43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD43F

Black with #FDD43F

Text Example


Text Example

White with #FDD43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD43F; }

 p { color: rgb(253,212,63); }

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

background-color css

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

 a { background-color: rgb(253,212,63); }

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

border-color css

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

 span { border-color: rgb(253,212,63); }

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