Html Css Color HEX #F2DD5A Portica

📋 copy color: '#F2DD5A'

red 242 ◦ green 221 ◦ blue 90

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

Shades of Portica #F2DD5A

Tints of Portica #F2DD5A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.96%

 BLUE value IS 90 (35.55% from 255) = 16.27%

R = 43.76%
G = 39.96%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2DD5A (or 0xF2DD5A) is known color: Portica. HEX triplet: F2, DD and 5A. RGB value is (242,221,90). Sum of RGB (Red+Green+Blue) = 242+221+90=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD5A is #0D22A5. Grayscale: #D4D4D4. Windows color (decimal): -860838 or 5955058. OLE color: 5955058.

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

Color convert

RGB 242 221 90 -
CMYK 0 0.09 0.63 0.05
HSL 51.71º 0.85% 0.65% -
HSV(B) 51.71º 0.63% 0.95% -
XYZ 64.32 71.33 20.05 -
YUV 212.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 242 221 90 0 0.09 0.63 0.05 51.71 0.85 0.65
Hex F2 DD 5A 0 9 3F 5 34 55 41
Octal 362 335 132 0 11 77 5 64 125 101
Binary 11110010 11011101 1011010 0 1001 111111 101 110100 1010101 1000001

Color Harmonies of #F2DD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD5A

Black with #F2DD5A

Text Example


Text Example

White with #F2DD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD5A; }

 p { color: rgb(242,221,90); }

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

background-color css

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

 a { background-color: rgb(242,221,90); }

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

border-color css

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

 span { border-color: rgb(242,221,90); }

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