Html Css Color HEX #F3D25D Portica

📋 copy color: '#F3D25D'

red 243 ◦ green 210 ◦ blue 93

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

Shades of Portica #F3D25D

Tints of Portica #F3D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.46%

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

R = 44.51%
G = 38.46%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3D25D (or 0xF3D25D) is known color: Portica. HEX triplet: F3, D2 and 5D. RGB value is (243,210,93). Sum of RGB (Red+Green+Blue) = 243+210+93=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D25D is #0C2DA2. Grayscale: #CFCFCF. Windows color (decimal): -798115 or 6148851. OLE color: 6148851.

HSL color Cylindrical-coordinate representation of color #F3D25D: hue angle of 46.8º 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 #F3D25D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 210 93 -
CMYK 0 0.14 0.62 0.05
HSL 46.8º 0.86% 0.66% -
HSV(B) 46.8º 0.62% 0.95% -
XYZ 61.98 65.94 19.82 -
YUV 206.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 243 210 93 0 0.14 0.62 0.05 46.8 0.86 0.66
Hex F3 D2 5D 0 E 3E 5 2F 56 42
Octal 363 322 135 0 16 76 5 57 126 102
Binary 11110011 11010010 1011101 0 1110 111110 101 101111 1010110 1000010

Color Harmonies of #F3D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D25D

Black with #F3D25D

Text Example


Text Example

White with #F3D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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