Html Css Color HEX #F3DB60 Portica

📋 copy color: '#F3DB60'

red 243 ◦ green 219 ◦ blue 96

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

Shades of Portica #F3DB60

Tints of Portica #F3DB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 96 (37.89% from 255) = 17.2%

R = 43.55%
G = 39.25%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F3DB60 (or 0xF3DB60) is known color: Portica. HEX triplet: F3, DB and 60. RGB value is (243,219,96). Sum of RGB (Red+Green+Blue) = 243+219+96=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DB60 is #0C249F. Grayscale: #D4D4D4. Windows color (decimal): -795808 or 6347763. OLE color: 6347763.

HSL color Cylindrical-coordinate representation of color #F3DB60: hue angle of 50.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3DB60 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 219 96 -
CMYK 0 0.10 0.60 0.05
HSL 50.2º 0.86% 0.66% -
HSV(B) 50.2º 0.6% 0.95% -
XYZ 64.4 70.56 21.29 -
YUV 212.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 243 219 96 0 0.10 0.60 0.05 50.2 0.86 0.66
Hex F3 DB 60 0 A 3C 5 32 56 42
Octal 363 333 140 0 12 74 5 62 126 102
Binary 11110011 11011011 1100000 0 1010 111100 101 110010 1010110 1000010

Color Harmonies of #F3DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DB60

Black with #F3DB60

Text Example


Text Example

White with #F3DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DB60; }

 p { color: rgb(243,219,96); }

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

background-color css

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

 a { background-color: rgb(243,219,96); }

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

border-color css

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

 span { border-color: rgb(243,219,96); }

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