Html Css Color HEX #FDD72B Sunglow

📋 copy color: '#FDD72B'

red 253 ◦ green 215 ◦ blue 43

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

Shades of Sunglow #FDD72B

Tints of Sunglow #FDD72B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.07%

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

R = 49.51%
G = 42.07%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD72B (or 0xFDD72B) is known color: Sunglow. HEX triplet: FD, D7 and 2B. RGB value is (253,215,43). Sum of RGB (Red+Green+Blue) = 253+215+43=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD72B is #0228D4. Grayscale: #CFCFCF. Windows color (decimal): -141525 or 2873341. OLE color: 2873341.

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

Color convert

RGB 253 215 43 -
CMYK 0 0.15 0.83 0.01
HSL 49.14º 0.98% 0.58% -
HSV(B) 49.14º 0.83% 0.99% -
XYZ 65.24 69.66 12.29 -
YUV 206.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 253 215 43 0 0.15 0.83 0.01 49.14 0.98 0.58
Hex FD D7 2B 0 F 53 1 31 62 3A
Octal 375 327 53 0 17 123 1 61 142 72
Binary 11111101 11010111 101011 0 1111 1010011 1 110001 1100010 111010

Color Harmonies of #FDD72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD72B

Black with #FDD72B

Text Example


Text Example

White with #FDD72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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