Html Css Color HEX #F2DC5B Portica

📋 copy color: '#F2DC5B'

red 242 ◦ green 220 ◦ blue 91

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

Shades of Portica #F2DC5B

Tints of Portica #F2DC5B

RGB

 RED value IS 242 (94.92% from 255) = 43.76%

 GREEN value IS 220 (86.33% from 255) = 39.78%

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

R = 43.76%
G = 39.78%
B = 16.46%

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

#F2DC5B (or 0xF2DC5B) is known color: Portica. HEX triplet: F2, DC and 5B. RGB value is (242,220,91). Sum of RGB (Red+Green+Blue) = 242+220+91=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC5B is #0D23A4. Grayscale: #D4D4D4. Windows color (decimal): -861093 or 6020338. OLE color: 6020338.

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

Color convert

RGB 242 220 91 -
CMYK 0 0.09 0.62 0.05
HSL 51.26º 0.85% 0.65% -
HSV(B) 51.26º 0.62% 0.95% -
XYZ 64.1 70.82 20.19 -
YUV 211.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 242 220 91 0 0.09 0.62 0.05 51.26 0.85 0.65
Hex F2 DC 5B 0 9 3E 5 33 55 41
Octal 362 334 133 0 11 76 5 63 125 101
Binary 11110010 11011100 1011011 0 1001 111110 101 110011 1010101 1000001

Color Harmonies of #F2DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC5B

Black with #F2DC5B

Text Example


Text Example

White with #F2DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC5B; }

 p { color: rgb(242,220,91); }

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

background-color css

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

 a { background-color: rgb(242,220,91); }

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

border-color css

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

 span { border-color: rgb(242,220,91); }

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