Html Css Color HEX #F2B84A Ronchi

📋 copy color: '#F2B84A'

red 242 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #F2B84A

Tints of Ronchi #F2B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 48.4%
G = 36.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2B84A (or 0xF2B84A) is known color: Ronchi. HEX triplet: F2, B8 and 4A. RGB value is (242,184,74). Sum of RGB (Red+Green+Blue) = 242+184+74=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B84A is #0D47B5. Grayscale: #BDBDBD. Windows color (decimal): -870326 or 4897010. OLE color: 4897010.

HSL color Cylindrical-coordinate representation of color #F2B84A: hue angle of 39.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2B84A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 184 74 -
CMYK 0 0.24 0.69 0.05
HSL 39.29º 0.87% 0.62% -
HSV(B) 39.29º 0.69% 0.95% -
XYZ 54.99 53.65 13.94 -
YUV 188.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 242 184 74 0 0.24 0.69 0.05 39.29 0.87 0.62
Hex F2 B8 4A 0 18 45 5 27 57 3E
Octal 362 270 112 0 30 105 5 47 127 76
Binary 11110010 10111000 1001010 0 11000 1000101 101 100111 1010111 111110

Color Harmonies of #F2B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B84A

Black with #F2B84A

Text Example


Text Example

White with #F2B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B84A; }

 p { color: rgb(242,184,74); }

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

background-color css

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

 a { background-color: rgb(242,184,74); }

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

border-color css

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

 span { border-color: rgb(242,184,74); }

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