Html Css Color HEX #FDD43B Sunglow

📋 copy color: '#FDD43B'

red 253 ◦ green 212 ◦ blue 59

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

Shades of Sunglow #FDD43B

Tints of Sunglow #FDD43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.26%

R = 48.28%
G = 40.46%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDD43B (or 0xFDD43B) is known color: Sunglow. HEX triplet: FD, D4 and 3B. RGB value is (253,212,59). Sum of RGB (Red+Green+Blue) = 253+212+59=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD43B is #022BC4. Grayscale: #CFCFCF. Windows color (decimal): -142277 or 3921149. OLE color: 3921149.

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

Color convert

RGB 253 212 59 -
CMYK 0 0.16 0.77 0.01
HSL 47.32º 0.98% 0.61% -
HSV(B) 47.32º 0.77% 0.99% -
XYZ 64.84 68.29 13.9 -
YUV 206.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 253 212 59 0 0.16 0.77 0.01 47.32 0.98 0.61
Hex FD D4 3B 0 10 4D 1 2F 62 3D
Octal 375 324 73 0 20 115 1 57 142 75
Binary 11111101 11010100 111011 0 10000 1001101 1 101111 1100010 111101

Color Harmonies of #FDD43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD43B

Black with #FDD43B

Text Example


Text Example

White with #FDD43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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