Html Css Color HEX #FDEF3D Gorse

📋 copy color: '#FDEF3D'

red 253 ◦ green 239 ◦ blue 61

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

Shades of Gorse #FDEF3D

Tints of Gorse #FDEF3D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.22%

 BLUE value IS 61 (24.22% from 255) = 11.03%

R = 45.75%
G = 43.22%
B = 11.03%

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

#FDEF3D (or 0xFDEF3D) is known color: Gorse. HEX triplet: FD, EF and 3D. RGB value is (253,239,61). Sum of RGB (Red+Green+Blue) = 253+239+61=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 61 (24.22% from 255 or 11.03% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF3D is #0210C2. Grayscale: #DFDFDF. Windows color (decimal): -135363 or 4059133. OLE color: 4059133.

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

Color convert

RGB 253 239 61 -
CMYK 0 0.06 0.76 0.01
HSL 55.63º 0.98% 0.62% -
HSV(B) 55.63º 0.76% 0.99% -
XYZ 72.22 82.95 16.62 -
YUV 222.89 36.64 149.47 -
System Red Green Blue C M Y K H S L
Decimal 253 239 61 0 0.06 0.76 0.01 55.63 0.98 0.62
Hex FD EF 3D 0 6 4C 1 38 62 3E
Octal 375 357 75 0 6 114 1 70 142 76
Binary 11111101 11101111 111101 0 110 1001100 1 111000 1100010 111110

Color Harmonies of #FDEF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF3D

Black with #FDEF3D

Text Example


Text Example

White with #FDEF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF3D; }

 p { color: rgb(253,239,61); }

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

background-color css

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

 a { background-color: rgb(253,239,61); }

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

border-color css

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

 span { border-color: rgb(253,239,61); }

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