Html Css Color HEX #FDD02B Sunglow

📋 copy color: '#FDD02B'

red 253 ◦ green 208 ◦ blue 43

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

Shades of Sunglow #FDD02B

Tints of Sunglow #FDD02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

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

R = 50.2%
G = 41.27%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD02B (or 0xFDD02B) is known color: Sunglow. HEX triplet: FD, D0 and 2B. RGB value is (253,208,43). Sum of RGB (Red+Green+Blue) = 253+208+43=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD02B is #022FD4. Grayscale: #CBCBCB. Windows color (decimal): -143317 or 2871549. OLE color: 2871549.

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

Color convert

RGB 253 208 43 -
CMYK 0 0.18 0.83 0.01
HSL 47.14º 0.98% 0.58% -
HSV(B) 47.14º 0.83% 0.99% -
XYZ 63.5 66.17 11.71 -
YUV 202.65 37.91 163.92 -
System Red Green Blue C M Y K H S L
Decimal 253 208 43 0 0.18 0.83 0.01 47.14 0.98 0.58
Hex FD D0 2B 0 12 53 1 2F 62 3A
Octal 375 320 53 0 22 123 1 57 142 72
Binary 11111101 11010000 101011 0 10010 1010011 1 101111 1100010 111010

Color Harmonies of #FDD02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD02B

Black with #FDD02B

Text Example


Text Example

White with #FDD02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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