Html Css Color HEX #FBCD30 Sunglow

📋 copy color: '#FBCD30'

red 251 ◦ green 205 ◦ blue 48

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

Shades of Sunglow #FBCD30

Tints of Sunglow #FBCD30

RGB

 RED value IS 251 (98.44% from 255) = 49.8%

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

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

R = 49.8%
G = 40.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBCD30 (or 0xFBCD30) is known color: Sunglow. HEX triplet: FB, CD and 30. RGB value is (251,205,48). Sum of RGB (Red+Green+Blue) = 251+205+48=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD30 is #0432CF. Grayscale: #C9C9C9. Windows color (decimal): -275152 or 3198459. OLE color: 3198459.

HSL color Cylindrical-coordinate representation of color #FBCD30: hue angle of 46.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBCD30 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 48 -
CMYK 0 0.18 0.81 0.02
HSL 46.4º 0.96% 0.59% -
HSV(B) 46.4º 0.81% 0.98% -
XYZ 62.15 64.39 11.95 -
YUV 200.86 41.74 163.77 -
System Red Green Blue C M Y K H S L
Decimal 251 205 48 0 0.18 0.81 0.02 46.4 0.96 0.59
Hex FB CD 30 0 12 51 2 2E 60 3B
Octal 373 315 60 0 22 121 2 56 140 73
Binary 11111011 11001101 110000 0 10010 1010001 10 101110 1100000 111011

Color Harmonies of #FBCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD30

Black with #FBCD30

Text Example


Text Example

White with #FBCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD30; }

 p { color: rgb(251,205,48); }

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

background-color css

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

 a { background-color: rgb(251,205,48); }

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

border-color css

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

 span { border-color: rgb(251,205,48); }

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