Html Css Color HEX #FDD42B Sunglow

📋 copy color: '#FDD42B'

red 253 ◦ green 212 ◦ blue 43

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

Shades of Sunglow #FDD42B

Tints of Sunglow #FDD42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.46%

R = 49.8%
G = 41.73%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD42B (or 0xFDD42B) is known color: Sunglow. HEX triplet: FD, D4 and 2B. RGB value is (253,212,43). Sum of RGB (Red+Green+Blue) = 253+212+43=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD42B is #022BD4. Grayscale: #CDCDCD. Windows color (decimal): -142293 or 2872573. OLE color: 2872573.

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

Color convert

RGB 253 212 43 -
CMYK 0 0.16 0.83 0.01
HSL 48.29º 0.98% 0.58% -
HSV(B) 48.29º 0.83% 0.99% -
XYZ 64.49 68.14 12.04 -
YUV 204.99 36.58 162.24 -
System Red Green Blue C M Y K H S L
Decimal 253 212 43 0 0.16 0.83 0.01 48.29 0.98 0.58
Hex FD D4 2B 0 10 53 1 30 62 3A
Octal 375 324 53 0 20 123 1 60 142 72
Binary 11111101 11010100 101011 0 10000 1010011 1 110000 1100010 111010

Color Harmonies of #FDD42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD42B

Black with #FDD42B

Text Example


Text Example

White with #FDD42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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