Html Css Color HEX #F2D653 Portica

📋 copy color: '#F2D653'

red 242 ◦ green 214 ◦ blue 83

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

Shades of Portica #F2D653

Tints of Portica #F2D653

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.7%

 BLUE value IS 83 (32.81% from 255) = 15.4%

R = 44.9%
G = 39.7%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2D653 (or 0xF2D653) is known color: Portica. HEX triplet: F2, D6 and 53. RGB value is (242,214,83). Sum of RGB (Red+Green+Blue) = 242+214+83=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D653 is #0D29AC. Grayscale: #CFCFCF. Windows color (decimal): -862637 or 5494514. OLE color: 5494514.

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

Color convert

RGB 242 214 83 -
CMYK 0 0.12 0.66 0.05
HSL 49.43º 0.86% 0.64% -
HSV(B) 49.43º 0.66% 0.95% -
XYZ 62.23 67.59 17.95 -
YUV 207.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 242 214 83 0 0.12 0.66 0.05 49.43 0.86 0.64
Hex F2 D6 53 0 C 42 5 31 56 40
Octal 362 326 123 0 14 102 5 61 126 100
Binary 11110010 11010110 1010011 0 1100 1000010 101 110001 1010110 1000000

Color Harmonies of #F2D653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D653

Black with #F2D653

Text Example


Text Example

White with #F2D653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D653; }

 p { color: rgb(242,214,83); }

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

background-color css

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

 a { background-color: rgb(242,214,83); }

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

border-color css

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

 span { border-color: rgb(242,214,83); }

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