Html Css Color HEX #FDF933 Gorse

📋 copy color: '#FDF933'

red 253 ◦ green 249 ◦ blue 51

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

Shades of Gorse #FDF933

Tints of Gorse #FDF933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.22%

R = 45.75%
G = 45.03%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF933 (or 0xFDF933) is known color: Gorse. HEX triplet: FD, F9 and 33. RGB value is (253,249,51). Sum of RGB (Red+Green+Blue) = 253+249+51=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 51 (20.31% from 255 or 9.22% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF933 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF933 is #0206CC. Grayscale: #E4E4E4. Windows color (decimal): -132813 or 3406333. OLE color: 3406333.

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

Color convert

RGB 253 249 51 -
CMYK 0 0.02 0.80 0.01
HSL 58.81º 0.98% 0.6% -
HSV(B) 58.81º 0.8% 0.99% -
XYZ 74.98 88.87 16.33 -
YUV 227.62 28.33 146.1 -
System Red Green Blue C M Y K H S L
Decimal 253 249 51 0 0.02 0.80 0.01 58.81 0.98 0.6
Hex FD F9 33 0 2 50 1 3B 62 3C
Octal 375 371 63 0 2 120 1 73 142 74
Binary 11111101 11111001 110011 0 10 1010000 1 111011 1100010 111100

Color Harmonies of #FDF933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF933

Black with #FDF933

Text Example


Text Example

White with #FDF933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF933; }

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

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

background-color css

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

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

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

border-color css

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

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

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