Html Css Color HEX #FDEF3F Gorse

📋 copy color: '#FDEF3F'

red 253 ◦ green 239 ◦ blue 63

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

Shades of Gorse #FDEF3F

Tints of Gorse #FDEF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.35%

R = 45.59%
G = 43.06%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDEF3F (or 0xFDEF3F) is known color: Gorse. HEX triplet: FD, EF and 3F. RGB value is (253,239,63). Sum of RGB (Red+Green+Blue) = 253+239+63=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 63 (25% from 255 or 11.35% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF3F is #0210C0. Grayscale: #DFDFDF. Windows color (decimal): -135361 or 4190205. OLE color: 4190205.

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

Color convert

RGB 253 239 63 -
CMYK 0 0.06 0.75 0.01
HSL 55.58º 0.98% 0.62% -
HSV(B) 55.58º 0.75% 0.99% -
XYZ 72.27 82.97 16.91 -
YUV 223.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 253 239 63 0 0.06 0.75 0.01 55.58 0.98 0.62
Hex FD EF 3F 0 6 4B 1 38 62 3E
Octal 375 357 77 0 6 113 1 70 142 76
Binary 11111101 11101111 111111 0 110 1001011 1 111000 1100010 111110

Color Harmonies of #FDEF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF3F

Black with #FDEF3F

Text Example


Text Example

White with #FDEF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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