Html Css Color HEX #F0F630 Golden Fizz

📋 copy color: '#F0F630'

red 240 ◦ green 246 ◦ blue 48

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

Shades of Golden Fizz #F0F630

Tints of Golden Fizz #F0F630

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.07%

 BLUE value IS 48 (19.14% from 255) = 8.99%

R = 44.94%
G = 46.07%
B = 8.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F0F630 (or 0xF0F630) is known color: Golden Fizz. HEX triplet: F0, F6 and 30. RGB value is (240,246,48). Sum of RGB (Red+Green+Blue) = 240+246+48=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F630 is #0F09CF. Grayscale: #DEDEDE. Windows color (decimal): -985552 or 3208944. OLE color: 3208944.

HSL color Cylindrical-coordinate representation of color #F0F630: hue angle of 61.82º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0F630 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 246 48 -
CMYK 0.02 0 0.80 0.04
HSL 61.82º 0.92% 0.58% -
HSV(B) 61.82º 0.8% 0.96% -
XYZ 69.42 84.65 15.48 -
YUV 221.63 30.01 141.1 -
System Red Green Blue C M Y K H S L
Decimal 240 246 48 0.02 0 0.80 0.04 61.82 0.92 0.58
Hex F0 F6 30 2 0 50 4 3E 5C 3A
Octal 360 366 60 2 0 120 4 76 134 72
Binary 11110000 11110110 110000 10 0 1010000 100 111110 1011100 111010

Color Harmonies of #F0F630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F630

Black with #F0F630

Text Example


Text Example

White with #F0F630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F630; }

 p { color: rgb(240,246,48); }

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

background-color css

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

 a { background-color: rgb(240,246,48); }

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

border-color css

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

 span { border-color: rgb(240,246,48); }

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