Html Css Color HEX #FDF632 Gorse

📋 copy color: '#FDF632'

red 253 ◦ green 246 ◦ blue 50

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

Shades of Gorse #FDF632

Tints of Gorse #FDF632

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.81%

 BLUE value IS 50 (19.92% from 255) = 9.11%

R = 46.08%
G = 44.81%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF632 (or 0xFDF632) is known color: Gorse. HEX triplet: FD, F6 and 32. RGB value is (253,246,50). Sum of RGB (Red+Green+Blue) = 253+246+50=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 50 (19.92% from 255 or 9.11% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF632 is #0209CD. Grayscale: #E2E2E2. Windows color (decimal): -133582 or 3340029. OLE color: 3340029.

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

Color convert

RGB 253 246 50 -
CMYK 0 0.03 0.80 0.01
HSL 57.93º 0.98% 0.59% -
HSV(B) 57.93º 0.8% 0.99% -
XYZ 74.04 87.02 15.91 -
YUV 225.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 253 246 50 0 0.03 0.80 0.01 57.93 0.98 0.59
Hex FD F6 32 0 3 50 1 3A 62 3B
Octal 375 366 62 0 3 120 1 72 142 73
Binary 11111101 11110110 110010 0 11 1010000 1 111010 1100010 111011

Color Harmonies of #FDF632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF632

Black with #FDF632

Text Example


Text Example

White with #FDF632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF632; }

 p { color: rgb(253,246,50); }

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

background-color css

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

 a { background-color: rgb(253,246,50); }

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

border-color css

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

 span { border-color: rgb(253,246,50); }

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