Html Css Color HEX #FDED3C Gorse

📋 copy color: '#FDED3C'

red 253 ◦ green 237 ◦ blue 60

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

Shades of Gorse #FDED3C

Tints of Gorse #FDED3C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.09%

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

R = 46%
G = 43.09%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDED3C (or 0xFDED3C) is known color: Gorse. HEX triplet: FD, ED and 3C. RGB value is (253,237,60). Sum of RGB (Red+Green+Blue) = 253+237+60=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 60 (23.83% from 255 or 10.91% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED3C is #0212C3. Grayscale: #DEDEDE. Windows color (decimal): -135876 or 3993085. OLE color: 3993085.

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

Color convert

RGB 253 237 60 -
CMYK 0 0.06 0.76 0.01
HSL 55.03º 0.98% 0.61% -
HSV(B) 55.03º 0.76% 0.99% -
XYZ 71.61 81.78 16.29 -
YUV 221.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 253 237 60 0 0.06 0.76 0.01 55.03 0.98 0.61
Hex FD ED 3C 0 6 4C 1 37 62 3D
Octal 375 355 74 0 6 114 1 67 142 75
Binary 11111101 11101101 111100 0 110 1001100 1 110111 1100010 111101

Color Harmonies of #FDED3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED3C

Black with #FDED3C

Text Example


Text Example

White with #FDED3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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