Html Css Color HEX #FDF82D Gorse

📋 copy color: '#FDF82D'

red 253 ◦ green 248 ◦ blue 45

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

Shades of Gorse #FDF82D

Tints of Gorse #FDF82D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

 BLUE value IS 45 (17.97% from 255) = 8.24%

R = 46.34%
G = 45.42%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDF82D (or 0xFDF82D) is known color: Gorse. HEX triplet: FD, F8 and 2D. RGB value is (253,248,45). Sum of RGB (Red+Green+Blue) = 253+248+45=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 45 (17.97% from 255 or 8.24% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF82D is #0207D2. Grayscale: #E3E3E3. Windows color (decimal): -133075 or 3012861. OLE color: 3012861.

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

Color convert

RGB 253 248 45 -
CMYK 0 0.02 0.82 0.01
HSL 58.56º 0.98% 0.58% -
HSV(B) 58.56º 0.82% 0.99% -
XYZ 74.55 88.21 15.58 -
YUV 226.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 253 248 45 0 0.02 0.82 0.01 58.56 0.98 0.58
Hex FD F8 2D 0 2 52 1 3B 62 3A
Octal 375 370 55 0 2 122 1 73 142 72
Binary 11111101 11111000 101101 0 10 1010010 1 111011 1100010 111010

Color Harmonies of #FDF82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF82D

Black with #FDF82D

Text Example


Text Example

White with #FDF82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF82D; }

 p { color: rgb(253,248,45); }

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

background-color css

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

 a { background-color: rgb(253,248,45); }

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

border-color css

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

 span { border-color: rgb(253,248,45); }

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