Html Css Color HEX #FDF82A Gorse

📋 copy color: '#FDF82A'

red 253 ◦ green 248 ◦ blue 42

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

Shades of Gorse #FDF82A

Tints of Gorse #FDF82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.73%

R = 46.59%
G = 45.67%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDF82A (or 0xFDF82A) is known color: Gorse. HEX triplet: FD, F8 and 2A. RGB value is (253,248,42). Sum of RGB (Red+Green+Blue) = 253+248+42=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 42 (16.80% from 255 or 7.73% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF82A is #0207D5. Grayscale: #E2E2E2. Windows color (decimal): -133078 or 2816253. OLE color: 2816253.

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

Color convert

RGB 253 248 42 -
CMYK 0 0.02 0.83 0.01
HSL 58.58º 0.98% 0.58% -
HSV(B) 58.58º 0.83% 0.99% -
XYZ 74.49 88.18 15.29 -
YUV 226.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 253 248 42 0 0.02 0.83 0.01 58.58 0.98 0.58
Hex FD F8 2A 0 2 53 1 3B 62 3A
Octal 375 370 52 0 2 123 1 73 142 72
Binary 11111101 11111000 101010 0 10 1010011 1 111011 1100010 111010

Color Harmonies of #FDF82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF82A

Black with #FDF82A

Text Example


Text Example

White with #FDF82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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