Html Css Color HEX #F3DD3C Gorse

📋 copy color: '#F3DD3C'

red 243 ◦ green 221 ◦ blue 60

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

Shades of Gorse #F3DD3C

Tints of Gorse #F3DD3C

RGB

 RED value IS 243 (95.31% from 255) = 46.37%

 GREEN value IS 221 (86.72% from 255) = 42.18%

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

R = 46.37%
G = 42.18%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3DD3C (or 0xF3DD3C) is known color: Gorse. HEX triplet: F3, DD and 3C. RGB value is (243,221,60). Sum of RGB (Red+Green+Blue) = 243+221+60=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DD3C is #0C22C3. Grayscale: #D1D1D1. Windows color (decimal): -795332 or 3988979. OLE color: 3988979.

HSL color Cylindrical-coordinate representation of color #F3DD3C: hue angle of 52.79º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3DD3C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 221 60 -
CMYK 0 0.09 0.75 0.05
HSL 52.79º 0.88% 0.59% -
HSV(B) 52.79º 0.75% 0.95% -
XYZ 63.63 71.09 14.64 -
YUV 209.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 243 221 60 0 0.09 0.75 0.05 52.79 0.88 0.59
Hex F3 DD 3C 0 9 4B 5 35 58 3B
Octal 363 335 74 0 11 113 5 65 130 73
Binary 11110011 11011101 111100 0 1001 1001011 101 110101 1011000 111011

Color Harmonies of #F3DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DD3C

Black with #F3DD3C

Text Example


Text Example

White with #F3DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DD3C; }

 p { color: rgb(243,221,60); }

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

background-color css

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

 a { background-color: rgb(243,221,60); }

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

border-color css

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

 span { border-color: rgb(243,221,60); }

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