Html Css Color HEX #FDF732 Gorse

📋 copy color: '#FDF732'

red 253 ◦ green 247 ◦ blue 50

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

Shades of Gorse #FDF732

Tints of Gorse #FDF732

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.91%

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

R = 46%
G = 44.91%
B = 9.09%

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

#FDF732 (or 0xFDF732) is known color: Gorse. HEX triplet: FD, F7 and 32. RGB value is (253,247,50). Sum of RGB (Red+Green+Blue) = 253+247+50=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 50 (19.92% from 255 or 9.09% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF732 is #0208CD. Grayscale: #E3E3E3. Windows color (decimal): -133326 or 3340285. OLE color: 3340285.

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

Color convert

RGB 253 247 50 -
CMYK 0 0.02 0.80 0.01
HSL 58.23º 0.98% 0.59% -
HSV(B) 58.23º 0.8% 0.99% -
XYZ 74.34 87.63 16.01 -
YUV 226.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 253 247 50 0 0.02 0.80 0.01 58.23 0.98 0.59
Hex FD F7 32 0 2 50 1 3A 62 3B
Octal 375 367 62 0 2 120 1 72 142 73
Binary 11111101 11110111 110010 0 10 1010000 1 111010 1100010 111011

Color Harmonies of #FDF732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF732

Black with #FDF732

Text Example


Text Example

White with #FDF732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF732; }

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

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

background-color css

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

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

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

border-color css

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

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

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