Html Css Color HEX #F2DC5C Portica

📋 copy color: '#F2DC5C'

red 242 ◦ green 220 ◦ blue 92

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

Shades of Portica #F2DC5C

Tints of Portica #F2DC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.61%

R = 43.68%
G = 39.71%
B = 16.61%

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

#F2DC5C (or 0xF2DC5C) is known color: Portica. HEX triplet: F2, DC and 5C. RGB value is (242,220,92). Sum of RGB (Red+Green+Blue) = 242+220+92=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC5C is #0D23A3. Grayscale: #D4D4D4. Windows color (decimal): -861092 or 6085874. OLE color: 6085874.

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

Color convert

RGB 242 220 92 -
CMYK 0 0.09 0.62 0.05
HSL 51.2º 0.85% 0.65% -
HSV(B) 51.2º 0.62% 0.95% -
XYZ 64.14 70.84 20.42 -
YUV 211.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 242 220 92 0 0.09 0.62 0.05 51.2 0.85 0.65
Hex F2 DC 5C 0 9 3E 5 33 55 41
Octal 362 334 134 0 11 76 5 63 125 101
Binary 11110010 11011100 1011100 0 1001 111110 101 110011 1010101 1000001

Color Harmonies of #F2DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC5C

Black with #F2DC5C

Text Example


Text Example

White with #F2DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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