Html Css Color HEX #F3DB5B Portica

📋 copy color: '#F3DB5B'

red 243 ◦ green 219 ◦ blue 91

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

Shades of Portica #F3DB5B

Tints of Portica #F3DB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.46%

R = 43.94%
G = 39.6%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3DB5B (or 0xF3DB5B) is known color: Portica. HEX triplet: F3, DB and 5B. RGB value is (243,219,91). Sum of RGB (Red+Green+Blue) = 243+219+91=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DB5B is #0C24A4. Grayscale: #D4D4D4. Windows color (decimal): -795813 or 6020083. OLE color: 6020083.

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

Color convert

RGB 243 219 91 -
CMYK 0 0.10 0.63 0.05
HSL 50.53º 0.86% 0.65% -
HSV(B) 50.53º 0.63% 0.95% -
XYZ 64.18 70.47 20.12 -
YUV 211.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 243 219 91 0 0.10 0.63 0.05 50.53 0.86 0.65
Hex F3 DB 5B 0 A 3F 5 33 56 41
Octal 363 333 133 0 12 77 5 63 126 101
Binary 11110011 11011011 1011011 0 1010 111111 101 110011 1010110 1000001

Color Harmonies of #F3DB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DB5B

Black with #F3DB5B

Text Example


Text Example

White with #F3DB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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