Html Css Color HEX #F0CD52 Portica

📋 copy color: '#F0CD52'

red 240 ◦ green 205 ◦ blue 82

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

Shades of Portica #F0CD52

Tints of Portica #F0CD52

RGB

 RED value IS 240 (94.14% from 255) = 45.54%

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 82 (32.42% from 255) = 15.56%

R = 45.54%
G = 38.9%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0CD52 (or 0xF0CD52) is known color: Portica. HEX triplet: F0, CD and 52. RGB value is (240,205,82). Sum of RGB (Red+Green+Blue) = 240+205+82=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD52 is #0F32AD. Grayscale: #C9C9C9. Windows color (decimal): -996014 or 5426672. OLE color: 5426672.

HSL color Cylindrical-coordinate representation of color #F0CD52: hue angle of 46.71º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0CD52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 82 -
CMYK 0 0.15 0.66 0.06
HSL 46.71º 0.84% 0.63% -
HSV(B) 46.71º 0.66% 0.94% -
XYZ 59.29 62.8 16.98 -
YUV 201.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 240 205 82 0 0.15 0.66 0.06 46.71 0.84 0.63
Hex F0 CD 52 0 F 42 6 2F 54 3F
Octal 360 315 122 0 17 102 6 57 124 77
Binary 11110000 11001101 1010010 0 1111 1000010 110 101111 1010100 111111

Color Harmonies of #F0CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD52

Black with #F0CD52

Text Example


Text Example

White with #F0CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD52; }

 p { color: rgb(240,205,82); }

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

background-color css

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

 a { background-color: rgb(240,205,82); }

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

border-color css

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

 span { border-color: rgb(240,205,82); }

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