Html Css Color HEX #F3DE5D Portica

📋 copy color: '#F3DE5D'

red 243 ◦ green 222 ◦ blue 93

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

Shades of Portica #F3DE5D

Tints of Portica #F3DE5D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.78%

 BLUE value IS 93 (36.72% from 255) = 16.67%

R = 43.55%
G = 39.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3DE5D (or 0xF3DE5D) is known color: Portica. HEX triplet: F3, DE and 5D. RGB value is (243,222,93). Sum of RGB (Red+Green+Blue) = 243+222+93=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DE5D is #0C21A2. Grayscale: #D6D6D6. Windows color (decimal): -795043 or 6151923. OLE color: 6151923.

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

Color convert

RGB 243 222 93 -
CMYK 0 0.09 0.62 0.05
HSL 51.6º 0.86% 0.66% -
HSV(B) 51.6º 0.62% 0.95% -
XYZ 65.06 72.09 20.84 -
YUV 213.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 243 222 93 0 0.09 0.62 0.05 51.6 0.86 0.66
Hex F3 DE 5D 0 9 3E 5 34 56 42
Octal 363 336 135 0 11 76 5 64 126 102
Binary 11110011 11011110 1011101 0 1001 111110 101 110100 1010110 1000010

Color Harmonies of #F3DE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DE5D

Black with #F3DE5D

Text Example


Text Example

White with #F3DE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DE5D; }

 p { color: rgb(243,222,93); }

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

background-color css

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

 a { background-color: rgb(243,222,93); }

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

border-color css

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

 span { border-color: rgb(243,222,93); }

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