Html Css Color HEX #FDD22B Sunglow

📋 copy color: '#FDD22B'

red 253 ◦ green 210 ◦ blue 43

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

Shades of Sunglow #FDD22B

Tints of Sunglow #FDD22B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.5%

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

R = 50%
G = 41.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD22B (or 0xFDD22B) is known color: Sunglow. HEX triplet: FD, D2 and 2B. RGB value is (253,210,43). Sum of RGB (Red+Green+Blue) = 253+210+43=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD22B is #022DD4. Grayscale: #CCCCCC. Windows color (decimal): -142805 or 2872061. OLE color: 2872061.

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

Color convert

RGB 253 210 43 -
CMYK 0 0.17 0.83 0.01
HSL 47.71º 0.98% 0.58% -
HSV(B) 47.71º 0.83% 0.99% -
XYZ 63.99 67.15 11.87 -
YUV 203.82 37.25 163.08 -
System Red Green Blue C M Y K H S L
Decimal 253 210 43 0 0.17 0.83 0.01 47.71 0.98 0.58
Hex FD D2 2B 0 11 53 1 30 62 3A
Octal 375 322 53 0 21 123 1 60 142 72
Binary 11111101 11010010 101011 0 10001 1010011 1 110000 1100010 111010

Color Harmonies of #FDD22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD22B

Black with #FDD22B

Text Example


Text Example

White with #FDD22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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