Html Css Color HEX #F4DB5A Portica

📋 copy color: '#F4DB5A'

red 244 ◦ green 219 ◦ blue 90

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

Shades of Portica #F4DB5A

Tints of Portica #F4DB5A

RGB

 RED value IS 244 (95.7% from 255) = 44.12%

 GREEN value IS 219 (85.94% from 255) = 39.6%

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

R = 44.12%
G = 39.6%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4DB5A (or 0xF4DB5A) is known color: Portica. HEX triplet: F4, DB and 5A. RGB value is (244,219,90). Sum of RGB (Red+Green+Blue) = 244+219+90=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB5A is #0B24A5. Grayscale: #D4D4D4. Windows color (decimal): -730278 or 5954548. OLE color: 5954548.

HSL color Cylindrical-coordinate representation of color #F4DB5A: hue angle of 50.26º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4DB5A is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 219 90 -
CMYK 0 0.10 0.63 0.04
HSL 50.26º 0.88% 0.65% -
HSV(B) 50.26º 0.63% 0.96% -
XYZ 64.49 70.63 19.91 -
YUV 211.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 244 219 90 0 0.10 0.63 0.04 50.26 0.88 0.65
Hex F4 DB 5A 0 A 3F 4 32 58 41
Octal 364 333 132 0 12 77 4 62 130 101
Binary 11110100 11011011 1011010 0 1010 111111 100 110010 1011000 1000001

Color Harmonies of #F4DB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DB5A

Black with #F4DB5A

Text Example


Text Example

White with #F4DB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DB5A; }

 p { color: rgb(244,219,90); }

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

background-color css

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

 a { background-color: rgb(244,219,90); }

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

border-color css

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

 span { border-color: rgb(244,219,90); }

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