Html Css Color HEX #FDF92F Gorse

📋 copy color: '#FDF92F'

red 253 ◦ green 249 ◦ blue 47

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

Shades of Gorse #FDF92F

Tints of Gorse #FDF92F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.36%

 BLUE value IS 47 (18.75% from 255) = 8.56%

R = 46.08%
G = 45.36%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF92F (or 0xFDF92F) is known color: Gorse. HEX triplet: FD, F9 and 2F. RGB value is (253,249,47). Sum of RGB (Red+Green+Blue) = 253+249+47=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 47 (18.75% from 255 or 8.56% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF92F is #0206D0. Grayscale: #E3E3E3. Windows color (decimal): -132817 or 3144189. OLE color: 3144189.

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

Color convert

RGB 253 249 47 -
CMYK 0 0.02 0.81 0.01
HSL 58.83º 0.98% 0.59% -
HSV(B) 58.83º 0.81% 0.99% -
XYZ 74.9 88.84 15.89 -
YUV 227.17 26.33 146.43 -
System Red Green Blue C M Y K H S L
Decimal 253 249 47 0 0.02 0.81 0.01 58.83 0.98 0.59
Hex FD F9 2F 0 2 51 1 3B 62 3B
Octal 375 371 57 0 2 121 1 73 142 73
Binary 11111101 11111001 101111 0 10 1010001 1 111011 1100010 111011

Color Harmonies of #FDF92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF92F

Black with #FDF92F

Text Example


Text Example

White with #FDF92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF92F; }

 p { color: rgb(253,249,47); }

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

background-color css

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

 a { background-color: rgb(253,249,47); }

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

border-color css

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

 span { border-color: rgb(253,249,47); }

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