Html Css Color HEX #FDF93C Gorse

📋 copy color: '#FDF93C'

red 253 ◦ green 249 ◦ blue 60

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

Shades of Gorse #FDF93C

Tints of Gorse #FDF93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 10.68%

R = 45.02%
G = 44.31%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDF93C (or 0xFDF93C) is known color: Gorse. HEX triplet: FD, F9 and 3C. RGB value is (253,249,60). Sum of RGB (Red+Green+Blue) = 253+249+60=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 60 (23.83% from 255 or 10.68% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF93C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF93C is #0206C3. Grayscale: #E5E5E5. Windows color (decimal): -132804 or 3996157. OLE color: 3996157.

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

Color convert

RGB 253 249 60 -
CMYK 0 0.02 0.76 0.01
HSL 58.76º 0.98% 0.61% -
HSV(B) 58.76º 0.76% 0.99% -
XYZ 75.2 88.96 17.48 -
YUV 228.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 253 249 60 0 0.02 0.76 0.01 58.76 0.98 0.61
Hex FD F9 3C 0 2 4C 1 3B 62 3D
Octal 375 371 74 0 2 114 1 73 142 75
Binary 11111101 11111001 111100 0 10 1001100 1 111011 1100010 111101

Color Harmonies of #FDF93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF93C

Black with #FDF93C

Text Example


Text Example

White with #FDF93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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